Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cf2bde

Browse files
committed
Minor language update
1 parent bc19f40 commit 0cf2bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ def genCmpPayload():
470470
if unionExtended:
471471
infoMsg = "automatically extending ranges "
472472
infoMsg += "for UNION query injection technique tests as "
473-
infoMsg += "there is at least one other potential "
474-
infoMsg += "injection technique found"
473+
infoMsg += "there is at least one other (potential) "
474+
infoMsg += "technique found"
475475
singleTimeLogMessage(infoMsg)
476476

477477
# Test for UNION query SQL injection

0 commit comments

Comments
 (0)