Refactoring on the operators parsers (2/2)

This is the first step towards remove the memory leaks in the parser
This commit is contained in:
Felipe Zimmerle
2017-01-04 15:30:45 -03:00
committed by Felipe Zimmerle
parent 9cda4c0be0
commit 59114dd598
49 changed files with 550 additions and 240 deletions

View File

@@ -31,7 +31,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"config_example2\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"config_example2\" against ARGS."
},
"rules":[
"SecRuleEngine On",
@@ -71,7 +71,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"config_example\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"config_example\" against ARGS."
},
"rules":[
"SecRuleEngine On",
@@ -111,7 +111,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"config_example2\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"config_example2\" against ARGS."
},
"rules":[
"SecRuleEngine On",
@@ -151,7 +151,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"test\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"test\" against ARGS."
},
"rules":[
"SecRuleEngine On",
@@ -191,7 +191,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"config_example2\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"config_example2\" against ARGS."
},
"rules":[
"SecRuleEngine On",
@@ -232,7 +232,7 @@
]
},
"expected":{
"debug_log":"Executing operator \"@contains\" with param \"test\" against ARGS."
"debug_log":"Executing operator \"Contains\" with param \"test\" against ARGS."
},
"rules":[
"SecRuleEngine On",