From da1e51432dd354d3bfb17032b8a108530aecdbea Mon Sep 17 00:00:00 2001 From: loong10k <20489781+loong10k@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:15:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20springfox=202.8.0=20=E2=86=92=202.10.0?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=20CVE-2019-17495=EF=BC=88swagger-ui?= =?UTF-8?q?=20XSS=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - springfox-swagger-ui 2.10.0 修复了 Critical 级别的 XSS 漏洞 - API 兼容,全矩阵构建验证通过 --- spring-boot-sample-swagger2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-sample-swagger2/pom.xml b/spring-boot-sample-swagger2/pom.xml index 8043163..efbeda3 100644 --- a/spring-boot-sample-swagger2/pom.xml +++ b/spring-boot-sample-swagger2/pom.xml @@ -20,7 +20,7 @@ 1.6.0 1.0.14 1.0.5 - 2.8.0 + 2.10.0 1.3.2 1.3.4