Skip to content

Commit

Permalink
Merge pull request #3266 from airween/v3/modsecdefconf
Browse files Browse the repository at this point in the history
chore: add 'log' action to rule 200005
  • Loading branch information
airween authored Oct 2, 2024
2 parents 7737594 + 63201ae commit 373ddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modsecurity.conf-recommended
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ SecPcreMatchLimitRecursion 1000
# MSC_PCRE_LIMITS_EXCEEDED: PCRE match limits were exceeded.
#
SecRule TX:/^MSC_/ "!@streq 0" \
"id:'200005',phase:2,t:none,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
"id:'200005',phase:2,t:none,log,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"


# -- Response body handling --------------------------------------------------
Expand Down

0 comments on commit 373ddb8

Please sign in to comment.