mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds sanity check to confirm that the rule has an ID and it is not duplicated
This commit is contained in:
@@ -43,9 +43,9 @@
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRule DURATION \"@contains test \" \"phase:3,pass,t:trim\"",
|
||||
"SecRule DURATION \"@contains test \" \"phase:3,pass,t:trim\"",
|
||||
"SecRule DURATION \"@contains test \" \"phase:3,pass,t:trim\""
|
||||
"SecRule DURATION \"@contains test \" \"id:1,phase:3,pass,t:trim\"",
|
||||
"SecRule DURATION \"@contains test \" \"id:2,phase:3,pass,t:trim\"",
|
||||
"SecRule DURATION \"@contains test \" \"id:3,phase:3,pass,t:trim\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user