chore: update ModSecurity version to v3.0.13

This commit is contained in:
Théophile Diot 2024-09-03 17:36:59 +02:00
parent d7c86040a9
commit deca5d7792
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
2 changed files with 5 additions and 4 deletions

View file

@ -16,6 +16,7 @@
- [DEPS] Updated stream-lua-nginx-module version to v0.0.15
- [DEPS] Updated coreruleset-v4 version to v4.6.0
- [DEPS] Updated coreruleset-v3 version to v3.3.6
- [DEPS] Updated ModSecurity version to v3.0.13
## v1.5.9 - 2024/07/22

View file

@ -15,15 +15,15 @@
},
{
"id": "modsecurity",
"name": "ModSecurity v3.0.12",
"url": "https://github.com/SpiderLabs/ModSecurity.git",
"commit": "5f44383236b94ef8066529861d0b4d603f9b3bcb",
"name": "ModSecurity v3.0.13",
"url": "https://github.com/owasp-modsecurity/ModSecurity.git",
"commit": "580fe192df1694934f93e3e008058996ea479e35",
"post_install": "patch --forward src/deps/src/modsecurity/configure.ac src/deps/misc/modsecurity.patch && rm -rf src/deps/src/modsecurity/others/libinjection"
},
{
"id": "modsecurity-nginx",
"name": "ModSecurity-nginx v1.0.3",
"url": "https://github.com/SpiderLabs/ModSecurity-nginx.git",
"url": "https://github.com/owasp-modsecurity/ModSecurity-nginx.git",
"commit": "d59e4ad121df702751940fd66bcc0b3ecb51a079",
"post_install": "patch --forward src/deps/src/modsecurity-nginx/src/ngx_http_modsecurity_log.c src/deps/misc/modsecurity-nginx.patch && patch --forward src/deps/src/modsecurity-nginx/src/ngx_http_modsecurity_common.h src/deps/misc/ngx_http_modsecurity_common.h.patch && patch --forward src/deps/src/modsecurity-nginx/src/ngx_http_modsecurity_module.c src/deps/misc/ngx_http_modsecurity_module.c.patch && patch --forward src/deps/src/modsecurity-nginx/config src/deps/misc/modsecurity-nginx-config.patch"
},