Bumping ModSecurity CRS to v4.0.0
This commit is contained in:
parent
0a87031bbd
commit
4644326886
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
v0.0.5
|
||||
v0.0.6
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue