minor update

This commit is contained in:
Miroslav Stampar
2011-01-13 11:08:29 +00:00
parent ee4727850c
commit ece2eb31ca
2 changed files with 4 additions and 3 deletions

View File

@@ -89,8 +89,7 @@ def checkSqlInjection(place, parameter, value):
# Set the flag for sql injection test mode
kb.testMode = True
#for test in getInjectionTests():
for test in conf.tests:
for test in getInjectionTests():
try:
if kb.endDetection:
break