minor update

This commit is contained in:
Miroslav Stampar 2010-11-09 22:44:23 +00:00
parent fef60d5cb7
commit 6807fb04cc
2 changed files with 2 additions and 2 deletions

View File

@ -147,6 +147,8 @@ def checkDynParam(place, parameter, value):
dynamicity might depend on another parameter. dynamicity might depend on another parameter.
""" """
conf.matchRatio = None
infoMsg = "testing if %s parameter '%s' is dynamic" % (place, parameter) infoMsg = "testing if %s parameter '%s' is dynamic" % (place, parameter)
logger.info(infoMsg) logger.info(infoMsg)

View File

@ -227,8 +227,6 @@ def start():
testSqlInj = True testSqlInj = True
paramKey = (conf.hostname, conf.path, place, parameter) paramKey = (conf.hostname, conf.path, place, parameter)
conf.matchRatio = None
if paramKey in kb.testedParams: if paramKey in kb.testedParams:
testSqlInj = False testSqlInj = False