diff --git a/lib/controller/checks.py b/lib/controller/checks.py index dc9ce7bfd..eb36391f5 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -745,7 +745,7 @@ def heuristicCheckSqlInjection(place, parameter): parseFilePaths(page) result = wasLastResponseDBMSError() - infoMsg = "heuristic (parsing) test shows that %s " % place + infoMsg = "heuristic (basic) test shows that %s " % place infoMsg += "parameter '%s' might " % parameter def _(page):