From 522bb7c7397163587d05181e4bef30fc6abb0252 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Mon, 14 Jul 2025 21:02:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(novel-front):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=9B=9E=E5=A4=8D=E4=B8=AD=E7=9A=84XSS?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-front/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novel-front/src/main/resources/application.yml b/novel-front/src/main/resources/application.yml index b4eda39..c85d159 100644 --- a/novel-front/src/main/resources/application.yml +++ b/novel-front/src/main/resources/application.yml @@ -23,7 +23,7 @@ xss: # 排除链接(多个用逗号分隔) excludes: /system/notice/* # 匹配链接 (多个用逗号分隔) - urlPatterns: /book/addBookComment,/user/addFeedBack,/author/addBook,/author/addBookContent,/author/updateBookContent,/author/register.html + urlPatterns: /book/addCommentReply,/book/addBookComment,/user/addFeedBack,/author/addBook,/author/addBookContent,/author/updateBookContent,/author/register.html author: From 720711414c10d841e517618725facc272f247270 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Mon, 14 Jul 2025 22:00:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?v5.2.1=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-admin/pom.xml | 2 +- novel-common/pom.xml | 2 +- novel-crawl/pom.xml | 2 +- novel-front/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/novel-admin/pom.xml b/novel-admin/pom.xml index 608bb84..d20fbbc 100644 --- a/novel-admin/pom.xml +++ b/novel-admin/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel-admin - 5.2.0 + 5.2.1 jar novel-admin diff --git a/novel-common/pom.xml b/novel-common/pom.xml index b21ca1a..097f40f 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 5.2.0 + 5.2.1 4.0.0 diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index 4a9682c..1ec2879 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 5.2.0 + 5.2.1 4.0.0 diff --git a/novel-front/pom.xml b/novel-front/pom.xml index b1a0c4c..e78a5d6 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 5.2.0 + 5.2.1 4.0.0 diff --git a/pom.xml b/pom.xml index d5e565e..ac4782f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel - 5.2.0 + 5.2.1 novel-common novel-front