FuseGuard Logo

fuseguard.components.filters
Component SQLInjectionFilter

filters.BaseFilter
  |
  +--filters.SQLInjectionFilter

Looks for SQL Injection in the HTTP Request

Method Summary
public void filterRequest()
package void filterVariable([variableName scope], [any varName], [any value])
public string getDescription()
public string getName()
public string getThreatCategory()
          Returns sql-injection
public numeric inspectRequest()
public numeric inspectVariable([variableName scope], [any varName], [any value])

Methods inherited from filters.BaseFilter
logEnabled, ignoreVariable, getBlockLevel, init, setScopes, setFilterLevel, getFirewall, setFilterID, filterEnabled, blockEnabled, getRequestLogMessageDetail, logOnly, getFilterInstanceName, inspectVariables, setLogLevel, ignoresVariable, getFilterID, ignoreURI, inspectsCGIScope, getRequestLogMessage, inspectsURI, getLogLevel, setAllowDenyOrder, inspectsCookieScope, setBlockLevel, filterVariables, setFilterInstanceName, allowURI, getHelp, inspectsUrlScope, getFilterLevel, denyURI, setRequestLogMessage, getFilterComponent, inspectsFormScope
 

Method Detail

filterRequest

public void filterRequest()

filterVariable

package void filterVariable([variableName scope], [any varName], [any value])
Parameters:
[variableName scope]
[any varName]
[any value]

getDescription

public string getDescription()

getName

public string getName()

getThreatCategory

public string getThreatCategory()
Returns sql-injection


inspectRequest

public numeric inspectRequest()

inspectVariable

public numeric inspectVariable([variableName scope], [any varName], [any value])
Parameters:
[variableName scope]
[any varName]
[any value]