From a06ad4455aa8eec8fd519d3c5022eff68b8ddb86 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 08:02:50 +0000 Subject: [PATCH] =?UTF-8?q?update=203rd=5Fsrc/pom.xml.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9CVE-2022-25647=EF=BC=8CThe=20package=20com.google.code?= =?UTF-8?q?.gson:gson=20before=202.8.9=20are=20vulnerable=20to=20Deseriali?= =?UTF-8?q?zation=20of=20Untrusted=20Data=20via=20the=20writeReplace()=20m?= =?UTF-8?q?ethod=20in=20internal=20classes,=20which=20may=20lead=20to=20Do?= =?UTF-8?q?S=20attacks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王霆宇 --- 3rd_src/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd_src/pom.xml b/3rd_src/pom.xml index f1d5deb1..7e0f8c26 100644 --- a/3rd_src/pom.xml +++ b/3rd_src/pom.xml @@ -109,7 +109,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9 -- Gitee