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, hasSqlInjection
protected String getSqlCommandSeperator()
SqlInjectionChecker
getSqlCommandSeperator
in class SqlInjectionChecker
protected String getSqlConcat()
SqlInjectionChecker
getSqlConcat
in class SqlInjectionChecker
protected HashSet<String> getCommentExpressions()
SqlInjectionChecker
getCommentExpressions
in class SqlInjectionChecker
protected HashSet<String> getInjectionFunctions()
SqlInjectionChecker
getInjectionFunctions
in class SqlInjectionChecker
Copyright © 2012. All Rights Reserved.