From 63d5d92565fd115bf982aa7f0fb84be7dcb5cf20 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 2 Oct 2024 17:11:01 +0200 Subject: [PATCH 1/3] 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 11ffbbbdfd..e120daef88 100644 --- a/modsecurity.conf-recommended +++ b/modsecurity.conf-recommended @@ -109,7 +109,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 -------------------------------------------------- From cd486be599b3e9767c7a8b1fd8dd8498547c5613 Mon Sep 17 00:00:00 2001 From: Marc Stern Date: Thu, 3 Oct 2024 09:14:53 +0200 Subject: [PATCH 2/3] CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7bc8cbd270..8458908f48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ (to be released) - 2.9.x ------------------------ + * Fixed apr_global_mutex_create() usage (no filename) + [PR #3268 - @marcstern] * handle errors from apr_global_mutex_lock [PR #3257 - @marcstern] From ac2605f942fcb6d5a4766aba6c0dc05990b403be Mon Sep 17 00:00:00 2001 From: Marc Stern Date: Thu, 3 Oct 2024 09:14:53 +0200 Subject: [PATCH 3/3] CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7bc8cbd270..8458908f48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ (to be released) - 2.9.x ------------------------ + * Fixed apr_global_mutex_create() usage (no filename) + [PR #3268 - @marcstern] * handle errors from apr_global_mutex_lock [PR #3257 - @marcstern]