From 1618086027419b031f2e18693127a1ec7dbf7454 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 5 Feb 2013 10:58:02 +0100 Subject: [PATCH] Minor fix --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index d9cbfc917..06e79e0ab 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -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