diff --git a/lib/controller/checks.py b/lib/controller/checks.py index b65967386..ab8894e10 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -470,8 +470,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 potential " - infoMsg += "injection technique found" + infoMsg += "there is at least one other (potential) " + infoMsg += "technique found" singleTimeLogMessage(infoMsg) # Test for UNION query SQL injection