public class PostgresSqlInjectionChecker extends SqlInjectionChecker
| Constructor and Description |
|---|
PostgresSqlInjectionChecker() |
| Modifier and Type | Method and Description |
|---|---|
protected HashSet<String> |
getCommentExpressions()
gets the database vendor specific sql comment begin/end definition
|
protected HashSet<String> |
getInjectionFunctions()
gets the database vendor specific functions that are considered as sql injection.
|
protected String |
getSqlCommandSeperator()
gets the database vendor specific sql command separator
|
protected String |
getSqlConcat()
gets the database vendor specific sql string concatenation
|
addInjectionExpression, enforceEscapeCharacters, hasSqlInjectionprotected String getSqlCommandSeperator()
SqlInjectionCheckergetSqlCommandSeperator in class SqlInjectionCheckerprotected String getSqlConcat()
SqlInjectionCheckergetSqlConcat in class SqlInjectionCheckerprotected HashSet<String> getCommentExpressions()
SqlInjectionCheckergetCommentExpressions in class SqlInjectionCheckerprotected HashSet<String> getInjectionFunctions()
SqlInjectionCheckergetInjectionFunctions in class SqlInjectionCheckerCopyright © 2012. All Rights Reserved.