Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09b265a

Browse files
committed
Got rid of conf.logic for the moment, haven't decided yet what to do with parenthesis check
1 parent df4cb1a commit 09b265a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/core/option.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ def __setConfAttributes():
10811081
conf.httpHeaders = []
10821082
conf.hostname = None
10831083
conf.loggedToOut = None
1084-
conf.logic = "AND"
10851084
conf.matchRatio = None
10861085
conf.multipleTargets = False
10871086
conf.outputPath = None

lib/utils/parenthesis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def checkForParenthesis():
2727
logMsg = "testing for parenthesis on injectable parameter"
2828
logger.info(logMsg)
2929

30-
logic = conf.logic
3130
count = 0
3231
case = getInjectionCase(kb.injType)
3332

0 commit comments

Comments
 (0)