From d4a0eaa87f1672baa53fe07b000ac634e9fbe4b4 Mon Sep 17 00:00:00 2001 From: Maya Baya Date: Sun, 29 May 2022 14:17:01 +0200 Subject: [PATCH] docs: Update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adf718c..8d5255d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Hardened version of official Wordpress container, with special support for Kuber - Preconfiguration of admin account, website name and list of installed plugins - Possible to upgrade Wordpress together with docker container - Integration with [Backup Repository](https://github.com/riotkit-org/backup-repository) +- Web Application Firewall and OWASP CRS support (experimental) +- Built-in primitive rules to block common exploits targeting PHP Roadmap ------- @@ -28,7 +30,7 @@ Roadmap - [x] Plugins management - container installs selected plugins right after start or before starting - [ ] Support for Network Policy templates - [x] Support for Backup Repository template -- [ ] Support WAF (Web Application Firewall) with [Wordpress-dedicated rules](https://github.com/Rev3rseSecurity/wordpress-modsecurity-ruleset) +- [ ] Support WAF (Web Application Firewall) with [OWASP CRS](https://owasp.org/www-project-modsecurity-core-rule-set/) - [x] Real liveness and readiness checks - [ ] PHP-FPM chroot (to verify first)