antixsslibrary
Microsoft Anti XSS Library encoding ampersands?
I am currently using the Microsoft AntiXSS library and using the GetSafeHtmlFragment method as follows:[详细]
2023-04-12 12:37 分类:问答Microsoft AntiXSS wpl using in asp.net mvc3 applicaton
As far as i know asp.net 开发者_运维知识库mvc3 is quite secure but is there any places I can use Microsoft AntiXSS library there to get more security? http://wpl.codeplex.com/[详细]
2023-04-02 03:40 分类:问答Script exploits in ASP.NET - Is setting validateRequest="true" good advice?
I was reading about ASP.NET Script Exploits, and one开发者_JAVA技巧 of the suggestions is: (emphasis is mine; and the suggestion is #3 in section \"Guarding Against Scripting Exploits[详细]
2023-03-29 08:24 分类:问答Regex to fix GetSafeHtmlFragment x_ prefix
When using Sanitizer.GetSafeHtmlFragment from Microsoft\'s AntiXSSLibrary 4.0, I noticed it changes my HTML fragment from:[详细]
2023-03-21 07:52 分类:问答GetSafeHtmlFragment adds a div tag after an input - Why?
Microsoft.Security.Application.Santizier.GetSafeHtmlFragment(\"<input type=\"\"text\"\" />\") returns[详细]
2023-03-08 12:39 分类:问答Can't include Microsoft.Security.Application?
I can\'t include Microsoft.Security.Application using Microsoft.Security.Application; Gives this error:[详细]
2023-03-05 04:56 分类:问答Are there any anti-XSS libraries for ASP.Net?
I was reading some questions trying to find a good solution to preventing XSS in user provided URLs(which get turned into a link). I\'ve found one for PHP but I can\'t seem to find anything for .Net.[详细]
2023-02-28 06:57 分类:问答How to use Microsofts WPL / Anti-XSS as default HTTPEncoder?
I want to use Microsofts WPL AntiXSS Library as default HTTPEncoder as described at haacked but this docume开发者_运维百科ntation is for WPL 3.1 and I\'ve read that there is a change regarding HTTPEnc[详细]
2023-02-23 05:31 分类:问答ASP.NET 4 MetaKeywords and MetaDescription being Encoded
I\'m using the ASP.NET 4 MetaKeywords and MetaDescription on every page to set the appropriate meta tags. I also use the Anti XSS Library as the default encoder in the application.[详细]
2023-02-22 18:00 分类:问答AntiXss library not working well
I am using AntiXssLibrary 4.0 but it not escaping \\x3c. What is my mistake? I have configure the AntiXss to be a default HttpEncoder based on here http://haacked.com/archive/2010/04/06/using-antixss[详细]
2023-02-20 19:08 分类:问答