diff --git a/lib/controller/checks.py b/lib/controller/checks.py index fa87f78bf..96fdaa6f2 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -435,7 +435,8 @@ def checkSqlInjection(place, parameter, value): if unionExtended: infoMsg = "automatically extending ranges " infoMsg += "for UNION query injection technique tests as " - infoMsg += "there is at least one other injection technique found" + infoMsg += "there is at least one other potential " + infoMsg += "injection technique found" singleTimeLogMessage(infoMsg) # Test for UNION query SQL injection