From 55c492aed5f7f059ba82b4640900b2d980428acd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 13:10:18 +0000 Subject: [PATCH 1/2] Initial plan From ecd6b99beaad69705d618bc3cf6dcdd2cf92a7df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 13:11:44 +0000 Subject: [PATCH 2/2] docs: include shipped ModSecurity versions and track via renovate Agent-Logs-Url: https://github.com/coreruleset/modsecurity-crs-docker/sessions/9213f7c1-e54f-4974-a7d7-4515d8de5999 Co-authored-by: fzipi <3012076+fzipi@users.noreply.github.com> --- README.md | 4 ++-- renovate.json | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fdaf33a..7ea291b4 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Examples: ## OS Variants -* nginx – *latest stable ModSecurity v3 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.0* +* nginx – *ModSecurity v3.0.15 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.0* * [nginx](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile) * [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine) -* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26.0* +* Apache httpd – *ModSecurity v2.9.13 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26.0* * [apache](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile) * [apache-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine) diff --git a/renovate.json b/renovate.json index 8161413e..44464494 100644 --- a/renovate.json +++ b/renovate.json @@ -91,6 +91,32 @@ "depNameTemplate": "httpd", "datasourceTemplate": "docker" }, + { + "description": "Docs: ModSecurity v3", + "customType": "regex", + "managerFilePatterns": [ + "/^README\\.md$/" + ], + "matchStrings": [ + ".*ModSecurity v(?\\d+\\.\\d+\\.\\d+) on Nginx" + ], + "depNameTemplate": "ModSecurity3", + "packageNameTemplate": "owasp-modsecurity/ModSecurity", + "datasourceTemplate": "github-releases" + }, + { + "description": "Docs: ModSecurity v2", + "customType": "regex", + "managerFilePatterns": [ + "/^README\\.md$/" + ], + "matchStrings": [ + ".*ModSecurity v(?\\d+\\.\\d+\\.\\d+) on Apache" + ], + "depNameTemplate": "ModSecurity2", + "packageNameTemplate": "owasp-modsecurity/ModSecurity", + "datasourceTemplate": "github-releases" + }, { "description": "Docs: CRS", "customType": "regex",