Skip to content

Commit b77d8d6

Browse files
committed
Minor patch for an Issue sqlmapproject#800
1 parent 7595f2b commit b77d8d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/controller/checks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,9 @@ def genCmpPayload():
614614
logger.warn(warnMsg)
615615

616616
injection = checkFalsePositives(injection)
617+
618+
if not injection:
619+
kb.vulnHosts.remove(conf.hostname)
617620
else:
618621
injection = None
619622

0 commit comments

Comments
 (0)