mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix regex for test
This commit is contained in:
parent
db7e4cb67b
commit
daf550ef5f
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"expected":{
|
"expected":{
|
||||||
"http_code": 200,
|
"http_code": 200,
|
||||||
"debug_log":"Target value: \"[1-9][012]?\" \\(Variable: TIME_MON\\)"
|
"debug_log":"Target value: \"([1-9]|1[012])\" \\(Variable: TIME_MON\\)"
|
||||||
},
|
},
|
||||||
"rules":[
|
"rules":[
|
||||||
"SecRuleEngine On",
|
"SecRuleEngine On",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user