From 464432688609c15256a8f5382ba19164bcc14932 Mon Sep 17 00:00:00 2001 From: Adam Stracener Date: Mon, 26 Feb 2024 20:16:30 -0600 Subject: [PATCH] Bumping ModSecurity CRS to v4.0.0 --- images/nginx-1.25/TAG | 2 +- images/nginx-1.25/rootfs/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/nginx-1.25/TAG b/images/nginx-1.25/TAG index 837042c77..77cada2e0 100644 --- a/images/nginx-1.25/TAG +++ b/images/nginx-1.25/TAG @@ -1 +1 @@ -v0.0.5 \ No newline at end of file +v0.0.6 diff --git a/images/nginx-1.25/rootfs/build.sh b/images/nginx-1.25/rootfs/build.sh index 3fe610945..fcbf4663c 100755 --- a/images/nginx-1.25/rootfs/build.sh +++ b/images/nginx-1.25/rootfs/build.sh @@ -42,7 +42,7 @@ export MODSECURITY_VERSION=v1.0.3 export MODSECURITY_LIB_VERSION=v3.0.12 # Check for recent changes: https://github.com/coreruleset/coreruleset/compare/v3.3.2...v3.3/master -export OWASP_MODSECURITY_CRS_VERSION=v3.3.5 +export OWASP_MODSECURITY_CRS_VERSION=v4.0.0 # Check for recent changes: https://github.com/openresty/lua-nginx-module/compare/v0.10.25...master export LUA_NGX_VERSION=v0.10.26 @@ -181,7 +181,7 @@ apk add \ c-ares-dev \ re2-dev \ grpc-dev \ - protobuf-dev + protobuf-dev # apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing opentelemetry-cpp-dev