From 6af5082424084baa2af389050d74f15585ba2c59 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 94040340333ac338c7e98f01a7099f6cb833e578 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 957084e..076a842 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Examples: ## OS Variants -* nginx – *latest stable ModSecurity v3 on Nginx 1.30.3 official stable base image, and latest stable OWASP CRS 4.28.0* +* nginx – *ModSecurity v3.0.16 on Nginx 1.30.3 official stable base image, and latest stable OWASP CRS 4.28.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.68 official stable base image, and latest stable OWASP CRS 4.28.0* +* Apache httpd – *ModSecurity v2.9.14 on Apache 2.4.68 official stable base image, and latest stable OWASP CRS 4.28.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 b772516..be961de 100644 --- a/renovate.json +++ b/renovate.json @@ -121,6 +121,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",