Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2b77d commit 5dd2529Copy full SHA for 5dd2529
1 file changed
lib/controller/checks.py
@@ -745,7 +745,7 @@ def heuristicCheckSqlInjection(place, parameter):
745
parseFilePaths(page)
746
result = wasLastResponseDBMSError()
747
748
- infoMsg = "heuristic (parsing) test shows that %s " % place
+ infoMsg = "heuristic (basic) test shows that %s " % place
749
infoMsg += "parameter '%s' might " % parameter
750
751
def _(page):
0 commit comments