From 0cf2bdeb1c8d8d0265426cdfb5073b506e5a47de Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 22 Aug 2013 11:11:30 +0200 Subject: [PATCH] Minor language update --- lib/controller/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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