Module implementing a check for SQL injection.
| SIMPLE_SQL_RE | 
| None | 
| _checkString | Function to check a given string against the list of search patterns. | 
| _evaluateAst | Function to analyze the given ast node. | 
| checkHardcodedSqlExpressions | Function to check for SQL injection. | 
| getChecks | Public method to get a dictionary with checks handled by this module. | 
Function to check a given string against the list of search patterns.
Function to analyze the given ast node.
Function to check for SQL injection.
Public method to get a dictionary with checks handled by this module.