Does anybody has ever created any class consisting of functions to deal with web security vulnerabilities.
I do know that we can do avoid by adding some config settings like validaterequest and enableheader.
Does anybody has ever created any class consisting of functions to deal with web
Share
You could use Microsoft’s AntiXSS library to help. It works more on scrubbing output before rendering the page than on scrubbing input before you insert it into the DB.
Edit: here is the download link, the other link is to their documentation