added by request

This commit is contained in:
Miroslav Stampar 2011-06-18 11:34:51 +00:00
parent e4be141602
commit 31ad0875b4

View File

@ -353,4 +353,4 @@ REFLECTIVE_MISS_THRESHOLD = 20
HTML_TITLE_REGEX = "<title>(?P<result>[^<]+)</title>"
# Chars used to quickly distinguish if the user provided tainted parameter values
DUMMY_SQL_INJECTION_CHARS = ";()'"
DUMMY_SQL_INJECTION_CHARS = ";()\"'"