Release 1.2.0

This commit is contained in:
Daniel Demus 2024-12-26 00:17:22 +01:00
parent 7e729355bd
commit dd857c0b97

View File

@ -2,7 +2,7 @@
%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.1.0 Version: 1.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: CRS Gitea proxy rule exclusions plugin Summary: CRS Gitea proxy rule exclusions plugin
@ -49,6 +49,9 @@ exit 0
%changelog %changelog
* Wed Dec 25 2024 Daniel Demus <daniel-github@demus.dk>
- 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>
- 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