diff --git a/lib/controller/checks.py b/lib/controller/checks.py index d7e2b74e3..acdfb42fb 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -446,7 +446,7 @@ def heuristicCheckSqlInjection(place, parameter, value): Request.queryPage(payload, place, raise404=False) result = wasLastRequestDBMSError() - infoMsg = "heuristics shows that %s " % place + infoMsg = "heuristic test shows that %s " % place infoMsg += "parameter '%s' might " % parameter if result: