Browse by Tags
Sorry, but there are no more tags available to filter with.
- ASP.NET ValidateRequest does not mitigate XSS completely
-
As a security guy, I can safely say that there is no magic bullet to mitigate any security problems completely, and cross-site scripting(XSS) bugs are not exceptions. Since ASP.NET 1.1, ValidateRequest can be configured in web.config to check and reject Read More...