Skip to content

Commit 63201ae

Browse files
committed
chore: add 'log' action to rule 200005
1 parent 9e02b3c commit 63201ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modsecurity.conf-recommended

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ SecPcreMatchLimitRecursion 1000
156156
# MSC_PCRE_LIMITS_EXCEEDED: PCRE match limits were exceeded.
157157
#
158158
SecRule TX:/^MSC_/ "!@streq 0" \
159-
"id:'200005',phase:2,t:none,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
159+
"id:'200005',phase:2,t:none,log,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
160160

161161

162162
# -- Response body handling --------------------------------------------------

0 commit comments

Comments
 (0)