Minor fix

This commit is contained in:
Miroslav Stampar 2013-02-05 10:58:02 +01:00
parent 9296bdd959
commit 1618086027

View File

@ -178,7 +178,7 @@ def checkSqlInjection(place, parameter, value):
logger.debug(debugMsg)
continue
if not (kb.extendTests and intersect(dbms, kb.extendTests)):
elif not (kb.extendTests and intersect(dbms, kb.extendTests)):
# Skip test if the risk is higher than the provided (or default)
# value
# Parse test's <risk>