This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "CRV2 InputValMicrosoftWebProtectionLibrary"

From OWASP
Jump to: navigation, search
m (Adding content to AntiXSS library)
Line 2: Line 2:
  
 
AntiXSS Library V4.2.1
 
AntiXSS Library V4.2.1
Microsoft AntiXSS Library helps you to protect against Cross Site Scripting and SQL Injection vulnerabilities.
+
Microsoft AntiXSS Library helps you to protect against Cross Site Scripting and SQL Injection vulnerabilities. This library provides encoding functions for input, including HTML attributes, CSS and JavaScript. AntiXSS implements a whitelisting approach, which means that any character that is not part of the white list,is going to be encoded using rules based on the encoding type.

Revision as of 16:21, 19 April 2014

Microsoft Web Protection Library

AntiXSS Library V4.2.1 Microsoft AntiXSS Library helps you to protect against Cross Site Scripting and SQL Injection vulnerabilities. This library provides encoding functions for input, including HTML attributes, CSS and JavaScript. AntiXSS implements a whitelisting approach, which means that any character that is not part of the white list,is going to be encoded using rules based on the encoding type.