minor fixes and minor updates

This commit is contained in:
Miroslav Stampar
2011-06-16 12:12:30 +00:00
parent 3995891ab4
commit 25b923bbc3
4 changed files with 12 additions and 3 deletions

View File

@@ -398,7 +398,9 @@ def checkSqlInjection(place, parameter, value):
if not Backend.getIdentifiedDbms():
warnMsg = "using unescaped version of the test "
warnMsg += "because of zero knowledge of the "
warnMsg += "back-end DBMS"
warnMsg += "back-end DBMS. you can try to "
warnMsg += "explicitly set it using the --dbms "
warnMsg += "option"
singleTimeWarnMessage(warnMsg)
# Test for UNION query SQL injection