From 8cfa0dccb7778542cf6d811a4d0fbd00d2039650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=B9=E6=9C=9B?= <58730447+DuCun@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:15:58 +0800 Subject: [PATCH] Update OWASP version --- bin/container/owaspctl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/container/owaspctl.sh b/bin/container/owaspctl.sh index b533100..a8488a8 100755 --- a/bin/container/owaspctl.sh +++ b/bin/container/owaspctl.sh @@ -6,7 +6,7 @@ RULE_FILE='modsec_includes.conf' LS_HTTPD_CONF="${LSDIR}/conf/httpd_config.xml" OLS_HTTPD_CONF="${LSDIR}/conf/httpd_config.conf" EPACE=' ' -OWASP_V='4.2.0' +OWASP_V='4.3.0' echow(){ FLAG=${1} @@ -216,4 +216,4 @@ while [ ! -z "${1}" ]; do ;; esac shift -done \ No newline at end of file +done