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

Skip to content

Commit 1618086

Browse files
committed
Minor fix
1 parent 9296bdd commit 1618086

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)