mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Removes SecDebugLog directive from the test cases
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRule ARGS:keyI \"@contains value\" \"chain,id:28\"",
|
||||
"SecRule ARGS:keyII \"@contains other_value\" \"chain\"",
|
||||
"SecRule MATCHED_VAR_NAME \"@contains asdf\" \"pass\""
|
||||
@@ -78,8 +76,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRule ARGS:keyI \"@contains value\" \"chain,id:28\"",
|
||||
"SecRule ARGS:keyII \"@contains other_value\" \"chain\"",
|
||||
"SecRule MATCHED_VAR_NAME \"@contains asdf\" \"pass\"",
|
||||
|
Reference in New Issue
Block a user