Skip to content

Commit

Permalink
chore: add 'log' action to rule 200005
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Oct 2, 2024
1 parent 9e02b3c commit 63201ae
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 63201ae

Please sign in to comment.