Skip to content

Commit 373ddb8

Browse files
authored
Merge pull request #3266 from airween/v3/modsecdefconf
chore: add 'log' action to rule 200005
2 parents 7737594 + 63201ae commit 373ddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)