From dd857c0b97fee1569d66e441d9a739e47d29c5b7 Mon Sep 17 00:00:00 2001 From: Daniel Demus Date: Thu, 26 Dec 2024 00:17:22 +0100 Subject: [PATCH] Release 1.2.0 --- mod_security_crs_plugin_gitea_proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_security_crs_plugin_gitea_proxy.spec b/mod_security_crs_plugin_gitea_proxy.spec index 9f3f089..db3fe76 100644 --- a/mod_security_crs_plugin_gitea_proxy.spec +++ b/mod_security_crs_plugin_gitea_proxy.spec @@ -2,7 +2,7 @@ %global plugin_name %{plugin_id}-rule-exclusions Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _} -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: CRS Gitea proxy rule exclusions plugin @@ -49,6 +49,9 @@ exit 0 %changelog +* Wed Dec 25 2024 Daniel Demus +- Disable PHP rules as gitea is written in Go + * Sun Aug 11 2024 Daniel Demus - CRS rule 930130 blocks some normal git files by name - Allow disabling the 930130 rule when encountering false positives