Minor patch for an Issue #800

This commit is contained in:
Miroslav Stampar 2014-08-28 00:31:49 +02:00
parent 7595f2b73e
commit b77d8d617b

View File

@ -614,6 +614,9 @@ def checkSqlInjection(place, parameter, value):
logger.warn(warnMsg)
injection = checkFalsePositives(injection)
if not injection:
kb.vulnHosts.remove(conf.hostname)
else:
injection = None