Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4cb1a commit 09b265aCopy full SHA for 09b265a
2 files changed
lib/core/option.py
@@ -1081,7 +1081,6 @@ def __setConfAttributes():
1081
conf.httpHeaders = []
1082
conf.hostname = None
1083
conf.loggedToOut = None
1084
- conf.logic = "AND"
1085
conf.matchRatio = None
1086
conf.multipleTargets = False
1087
conf.outputPath = None
lib/utils/parenthesis.py
@@ -27,7 +27,6 @@ def checkForParenthesis():
27
logMsg = "testing for parenthesis on injectable parameter"
28
logger.info(logMsg)
29
30
- logic = conf.logic
31
count = 0
32
case = getInjectionCase(kb.injType)
33
0 commit comments