From f74f215bf95ec63385cf3943e0dcd722a2397120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 24 Jul 2024 13:02:58 +0100 Subject: [PATCH] Update docs about Coreruleset v4 --- CHANGELOG.md | 4 ++-- docs/security-tuning.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f049d1011..feaab9b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.5.9 - ????/??/?? +## v1.5.9 - 2024/07/22 - [BUGFIX] Fix compatibility issues with mysql 8.4+ version and the `backup` plugin by adding the `mariadb-connector-c` dependency to the scheduler Dockerfile (on alpine) - [BUGFIX] Fix potential issues with multiple settings in helpers.load_variables when multiple settings have the same suffix (the issue is only present in future external plugins) @@ -12,7 +12,7 @@ - [LINUX] Update Linux repository to repo.bunkerweb.io - [SECURITY] Update security headers in default pages and error pages for improved security - [DEPS] Updated LuaJIT version to v2.1-20240626 -- [DEPS] Updated coreruleset-v4 version to v4.4.0 +- [DEPS] Updated coreruleset-v4 version to v4.5.0 ## v1.5.8 - 2024/06/19 diff --git a/docs/security-tuning.md b/docs/security-tuning.md index 01bc61026..f39f77a75 100644 --- a/docs/security-tuning.md +++ b/docs/security-tuning.md @@ -256,7 +256,7 @@ ModSecurity is integrated and enabled by default alongside the OWASP Core Rule S You can choose between the following versions of the OWASP Core Rule Set : - **3** : The version [v3.3.5](https://github.com/coreruleset/coreruleset/releases/tag/v3.3.5) of the OWASP Core Rule Set (***default***) -- **4** : The version [v4.4.0](https://github.com/coreruleset/coreruleset/releases/tag/v4.4.0) of the OWASP Core Rule Set +- **4** : The version [v4.5.0](https://github.com/coreruleset/coreruleset/releases/tag/v4.5.0) of the OWASP Core Rule Set - **nightly** : The latest [nightly](https://github.com/coreruleset/coreruleset/releases/tag/nightly) build of the OWASP Core Rule Set which is updated every day !!! example "OWASP Core Rule Set's nightly build"