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

Skip to content

Commit 5dd2529

Browse files
committed
Minor language update
1 parent 4d2b77d commit 5dd2529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def heuristicCheckSqlInjection(place, parameter):
745745
parseFilePaths(page)
746746
result = wasLastResponseDBMSError()
747747

748-
infoMsg = "heuristic (parsing) test shows that %s " % place
748+
infoMsg = "heuristic (basic) test shows that %s " % place
749749
infoMsg += "parameter '%s' might " % parameter
750750

751751
def _(page):

0 commit comments

Comments
 (0)