mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
d0444cde3c
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ def checkSqlInjection(place, parameter, value):
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
continue
|
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)
|
# Skip test if the risk is higher than the provided (or default)
|
||||||
# value
|
# value
|
||||||
# Parse test's <risk>
|
# Parse test's <risk>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue