Skip to content

Commit 63d5d92

Browse files
committed
chore: add 'log' action to rule 200005
1 parent d6f1ebb commit 63d5d92

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
@@ -109,7 +109,7 @@ SecPcreMatchLimitRecursion 1000
109109
# MSC_PCRE_LIMITS_EXCEEDED: PCRE match limits were exceeded.
110110
#
111111
SecRule TX:/^MSC_/ "!@streq 0" \
112-
"id:'200005',phase:2,t:none,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
112+
"id:'200005',phase:2,t:none,log,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
113113

114114

115115
# -- Response body handling --------------------------------------------------

0 commit comments

Comments
 (0)