mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Little precaution
This commit is contained in:
parent
f6a17cb1a8
commit
544327379f
1 changed files with 2 additions and 1 deletions
|
|
@ -341,6 +341,7 @@ def resumeConfKb(expression, url, value):
|
|||
logMsg = "resuming match ratio '%s' from session file" % matchRatio
|
||||
logger.info(logMsg)
|
||||
|
||||
if matchRatio not in ( "None", None ):
|
||||
conf.matchRatio = round(float(matchRatio), 3)
|
||||
|
||||
elif expression == "Injection point" and url == conf.url:
|
||||
|
|
|
|||
Loading…
Reference in a new issue