diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 2a4ccfbe0..2dfa910d6 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -399,7 +399,7 @@ def checkSqlInjection(place, parameter, value): warnMsg = "using unescaped version of the test " warnMsg += "because of zero knowledge of the " warnMsg += "back-end DBMS" - singleTimeWarnMessage(warnMsg, logging.WARN, title) + singleTimeWarnMessage(warnMsg) # Test for UNION query SQL injection reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix)