Merge branch 'master' of github.com:sqlmapproject/sqlmap

This commit is contained in:
Bernardo Damele 2013-02-05 09:58:45 +00:00
commit d0444cde3c

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>