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

Skip to content

Commit d0444cd

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents 9da6f8e + 1618086 commit d0444cd

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
@@ -178,7 +178,7 @@ def checkSqlInjection(place, parameter, value):
178178
logger.debug(debugMsg)
179179
continue
180180

181-
if not (kb.extendTests and intersect(dbms, kb.extendTests)):
181+
elif not (kb.extendTests and intersect(dbms, kb.extendTests)):
182182
# Skip test if the risk is higher than the provided (or default)
183183
# value
184184
# Parse test's <risk>

0 commit comments

Comments
 (0)