Release 1.2.1

This commit is contained in:
Daniel Demus 2025-01-23 11:06:12 +01:00
parent dd857c0b97
commit 59c32827de

View File

@ -2,8 +2,8 @@
%global plugin_name %{plugin_id}-rule-exclusions %global plugin_name %{plugin_id}-rule-exclusions
Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _} Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _}
Version: 1.2.0 Version: 1.2.1
Release: 1%{?dist} Release: %autorelease
Summary: CRS Gitea proxy rule exclusions plugin Summary: CRS Gitea proxy rule exclusions plugin
License: Apache-2.0 License: Apache-2.0
@ -47,14 +47,16 @@ exit 0
%ghost %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/plugins/%{plugin_name}-before.conf %ghost %config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/plugins/%{plugin_name}-before.conf
%{_datarootdir}/mod_modsecurity_crs/plugins/%{plugin_id}/ %{_datarootdir}/mod_modsecurity_crs/plugins/%{plugin_id}/
%changelog %changelog
* Wed Dec 25 2024 Daniel Demus <daniel-github@demus.dk> * Thu Jan 23 2025 Daniel Demus <daniel-github@demus.dk> 1.2.1-1
- Silence logging of unconditional match action
* Wed Dec 25 2024 Daniel Demus <daniel-github@demus.dk> 1.2.0-1
- Disable PHP rules as gitea is written in Go - Disable PHP rules as gitea is written in Go
* Sun Aug 11 2024 Daniel Demus <daniel-github@demus.dk> * Sun Aug 11 2024 Daniel Demus <daniel-github@demus.dk> 1.1.0-1
- CRS rule 930130 blocks some normal git files by name - CRS rule 930130 blocks some normal git files by name
- Allow disabling the 930130 rule when encountering false positives - Allow disabling the 930130 rule when encountering false positives
* Sun Jul 14 2024 Daniel Demus <daniel-github@demus.dk> * Sun Jul 14 2024 Daniel Demus <daniel-github@demus.dk> 1.0.0-1
- First release - First release