filters.BaseFilter | +--filters.XMLExternalDTDFilter
Method Summary | |
public array |
getConfigurables()
Returns a list of configurable properties |
public string |
getDescription()
|
public string |
getName()
|
public boolean |
getRejectAllDocTypes()
Reject any variable with a XML doctype declaration. |
public string |
getThreatCategory()
Returns injection |
public numeric |
inspectRequest()
|
public numeric |
inspectVariable([variableName scope], [any varName], [any value])
|
public void |
setRejectAllDocTypes([boolean reject])
Reject any variable with a XML doctype declaration. |
Method Detail |
public array getConfigurables()
public string getDescription()
public string getName()
public boolean getRejectAllDocTypes()
public string getThreatCategory()
public numeric inspectRequest()
public numeric inspectVariable([variableName scope], [any varName], [any value])
[variableName scope]
[any varName]
[any value]
public void setRejectAllDocTypes([boolean reject])
[boolean reject]