From 5dd2529b02dfc22b1d820c5768188c74b760f381 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 26 Mar 2013 14:18:37 +0100 Subject: [PATCH] Minor language update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):