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

Skip to content

Commit 3f8dafe

Browse files
committed
Minor text update
1 parent 64ba880 commit 3f8dafe

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
@@ -102,7 +102,7 @@ def checkSqlInjection(place, parameter, value):
102102
if kb.extendTests is None:
103103
_ = (Format.getErrorParsedDBMSes() if Backend.getErrorParsedDBMSes() else kb.heuristicDbms)
104104
msg = "do you want to include all tests for '%s' " % _
105-
msg += "ignoring provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk)
105+
msg += "extending provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk)
106106
kb.extendTests = [] if readInput(msg, default='Y').upper() != 'Y' else (Backend.getErrorParsedDBMSes() or [kb.heuristicDbms])
107107

108108
title = test.title

0 commit comments

Comments
 (0)