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:
@@ -49,7 +49,7 @@
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecComponentSignature \"OWASP_CRS/2.2.9\"",
|
||||
"SecRule ARGS \"@contains test\" \"t:trim,block,auditlog\""
|
||||
"SecRule ARGS \"@contains test\" \"id:1,t:trim,block,auditlog\""
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user