Class | Description |
---|---|
CodeSnifferSecurityAdapter |
While OWASP Anti-Samy takes care of HTML content etc, this can handle things on the scripting side to analyze script content by nature of code.
|
CookieSanitizerSecurityAdapter |
Sanitize Cookies
|
RedundantFileExtSecurityAdapter |
Block access to files
|
WhiteBlackExpressionSecurityAdapter |
Define Black & White lists based on regular expressions for each.
|
XSSAntiSamySecurityAdapter |
A
SecurityAdapter for preventing & sanitizing AntiSamy DOM-XSS. |
XSSESAPIURLSecurityAdapter | Deprecated |
XSSPersistSecurityAdapter |
Simply sanitize data going into
|
XSSUrlParamSecurityAdapter |
Simply sanitize URL params based on regexs and encoded & double-encoded versions of them, looking for any trouble!
|
Copyright © 2018. All rights reserved.