From 3c8c55271cb7ea68f0a3f3272f97792e335239ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9C=86=E5=AE=87?= Date: Thu, 20 Apr 2023 07:52:23 +0000 Subject: [PATCH] =?UTF-8?q?update=20pom.xml.=20=E4=BF=AE=E5=A4=8DCVE-2023-?= =?UTF-8?q?20860=20=E4=BF=AE=E5=A4=8DCVE-2023-20860=EF=BC=8CSpring=20Frame?= =?UTF-8?q?work=20running=20version=206.0.0=20-=206.0.6=20or=205.3.0=20-?= =?UTF-8?q?=205.3.25=20using=20"**"=20as=20a=20pattern=20in=20Spring=20Sec?= =?UTF-8?q?urity=20configuration=20with=20the=20mvcRequestMatcher=20create?= =?UTF-8?q?s=20a=20mismatch=20in=20pattern=20matching=20between=20Spring?= =?UTF-8?q?=20Security=20and=20Spring=20MVC,=20and=20the=20potential=20for?= =?UTF-8?q?=20a=20security=20bypass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王霆宇 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0182933..d654a11 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 6.0.7 org.opengauss -- Gitee