From 63201ae39f49f55b166e72f9e46dd7bfe86f7874 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 2 Oct 2024 16:33:56 +0200 Subject: [PATCH] chore: add 'log' action to rule 200005 --- modsecurity.conf-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modsecurity.conf-recommended b/modsecurity.conf-recommended index 4f5034fbbc..8fb08f8f3e 100644 --- a/modsecurity.conf-recommended +++ b/modsecurity.conf-recommended @@ -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 --------------------------------------------------