actions: Removes Rule parameter from runtime execute

Generals organization on the Action class
This commit is contained in:
Felipe Zimmerle
2020-05-18 21:33:03 -03:00
parent 1b705aeb54
commit d6e8352873
190 changed files with 3118 additions and 2779 deletions

View File

@@ -107,12 +107,12 @@
},
"expected": {
"audit_log": "",
"debug_log": "lowercase: \"test",
"debug_log": "lowerCase: \"test",
"error_log": ""
},
"rules": [
"SecRuleEngine On",
"SecRule ARGS \"@contains test \" \"id:1,pass,t:trim,t:lowercase\""
"SecRule ARGS \"@contains test \" \"id:1,pass,t:trim,t:lowerCase\""
]
},
{