fixes #181 - proper save/resume information about single entry UNION SQL injection

This commit is contained in:
Bernardo Damele
2010-03-22 15:39:29 +00:00
parent d00e4a458a
commit d13ad8b2d7
6 changed files with 92 additions and 46 deletions

View File

@@ -872,8 +872,6 @@ def __setConfAttributes():
conf.outputPath = None
conf.paramDict = {}
conf.parameters = {}
conf.paramFalseCond = False
conf.paramNegative = False
conf.path = None
conf.port = None
conf.progressWidth = 54
@@ -932,6 +930,9 @@ def __setKnowledgeBaseAttributes():
kb.unionComment = ""
kb.unionCount = None
kb.unionPosition = None
kb.unionNegative = False
kb.unionFalseCond = False
def __saveCmdline():
"""