From 09aeaa178c80e1369b7f9c140210d69b0fa09f24 Mon Sep 17 00:00:00 2001 From: Esad Cetiner <104706115+EsadCetiner@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:17:00 +1000 Subject: [PATCH 1/2] docs: only vanilla wordpress is supported --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ebd0ba..d75493b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This plugin contains rule exclusions for [WordPress](https://wordpress.org/), a content management system (CMS), so it can be run flawlessly together with OWASP CRS (CRS). +This plugin only supports functionality provided within vanilla WordPress (No plugins installed). If you encounter false positives with a WordPress plugin then you need to write a [rule exclusion](https://coreruleset.org/docs/concepts/false_positives_tuning/) to resolve the false positive yourself. + ## Installation For full and up to date instructions for the different available plugin From 3544893132d74373da68b2931323775c6e3e8f96 Mon Sep 17 00:00:00 2001 From: Esad Cetiner <104706115+EsadCetiner@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:02:01 +1000 Subject: [PATCH 2/2] docs: improve wording Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75493b..cc32f4f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This plugin contains rule exclusions for [WordPress](https://wordpress.org/), a content management system (CMS), so it can be run flawlessly together with OWASP CRS (CRS). -This plugin only supports functionality provided within vanilla WordPress (No plugins installed). If you encounter false positives with a WordPress plugin then you need to write a [rule exclusion](https://coreruleset.org/docs/concepts/false_positives_tuning/) to resolve the false positive yourself. +This plugin only supports functionality provided with vanilla WordPress (without plugins installed). False positives that are due to WordPress plugins must be resolved with [custom rule exclusions](https://coreruleset.org/docs/concepts/false_positives_tuning/). ## Installation