|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.frameworkSupertype
coldbox.system.plugin
coldbox.system.plugins.AntiSamy
public class AntiSamy
OWASP AntiSamy Project.
Constructor Summary | |
---|---|
init(any controller)
|
Method Summary | |
---|---|
Any |
HtmlSanitizer(string HtmlData, [string PolicyFile='myspace'])
clean HTML from XSS scripts using the AntiSamy project. The available policies are antisamy, ebay,myspace or slashdot |
Methods inherited from class coldbox.system.plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getpluginPath, setPluginDescription, setPluginName, setPluginVersion
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
Method Detail |
---|
public Any HtmlSanitizer(string HtmlData, [string PolicyFile='myspace'])
HtmlData
- The html text to sanitizePolicyFile
- Provide policy file to scan html. Available options are: 'antisamy, ebay, myspace, slashdot'
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |