Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in antixsslibrary

Microsoft AntiXSS - Is there a need to Decode?

In ASP.NET 4.5, how should I encode a string to be used as a JavaScript variable, to prevent XSS attacks

Suggestions for where to put AntiXSS calls in ASP.NET MVC

Is there a good reason why AntiXss.JavaScriptEncode wraps result in single quotes?

asp.net xss antixsslibrary

How to use AntiXss in my Project?

ASP.NET MVC 2 - AntiXSS vs Built In MVC Encoding

Fortify and AntiXSS

TinyMCE, AntiXSS, MVC3 and GetSafeHtmlFragment

How to properly sanitize content with AntiXss Library?

Is Sanitizer.GetSafeHtmlFragment supposed to remove <br> elements?

c# antixsslibrary

Using MS Anti XSS library for sanitizing HTML

Anti XSS Library removing UL tag. Why?

c# .net antixsslibrary

Acceptable security: Disable ValidateRequest with Paramatised SQL and HTML Encoded Strings?

asp.net xss antixsslibrary

<%: %> vs Microsoft the anti XSS library

asp.net antixsslibrary

HTML sanitizer in ASP.NET MVC that filters dangerous markup, but allows the rest

Examples of XSS vulnerabilities that get by ASP.NET 4 <%: %> or Razor encoding but are caught by AntiXSS

What is the best way to store WMD input/markdown in SQL server and display later?

Sanitize HTML before storing in the DB or before rendering? (AntiXSS library in ASP.NET)

Should I use the Anti-XSS Security Runtime Engine in ASP.NET MVC?

Can't include Microsoft.Security.Application?