From 5b748fc771e9b87b32494070e60ceaa2415107fa Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sat, 1 Mar 2025 09:32:54 -0800 Subject: [PATCH] NGINX: Update ModSecurity. (#12915) Co-authored-by: Rafael Pinto --- images/nginx/rootfs/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index cce1e8de1..63d65210e 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -38,8 +38,8 @@ export NGINX_SUBSTITUTIONS=e12e965ac1837ca709709f9a26f572a54d83430e # Check for recent changes: https://github.com/SpiderLabs/ModSecurity-nginx/compare/v1.0.3...master export MODSECURITY_VERSION=v1.0.3 -# Check for recent changes: https://github.com/SpiderLabs/ModSecurity/compare/v3.0.13...v3/master -export MODSECURITY_LIB_VERSION=v3.0.13 +# Check for recent changes: https://github.com/SpiderLabs/ModSecurity/compare/v3.0.14...v3/master +export MODSECURITY_LIB_VERSION=v3.0.14 # Check for recent changes: https://github.com/coreruleset/coreruleset/compare/v4.10.0...main export OWASP_MODSECURITY_CRS_VERSION=v4.10.0