From 05a8c72b6cb9351606d4062c5f32ec99c89657a3 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 10 Jun 2025 10:44:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20Spring=E6=BC=8F=E6=B4=9E?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AAPathTraversalFilte?= =?UTF-8?q?r=E5=92=8CResourcesConfig=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1439907375972352]Spring漏洞,增加一个PathTraversalFilter和ResourcesConfig类 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1439907375972352 --- src/main/webapp/WEB-INF/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6a94656..0af463d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -80,4 +80,13 @@ along with this program. If not, see .--> /api/* + + PathTraversalFilter + neatlogic.framework.filter.PathTraversalFilter + + + PathTraversalFilter + /* + + \ No newline at end of file -- Gitee