sa-token 子依赖漏洞

This commit is contained in:
wangw 2025-02-08 09:55:35 +08:00
parent 9341c9469a
commit 6816277e71
1 changed files with 14 additions and 0 deletions

View File

@ -16,9 +16,23 @@
<groupId>com.czg</groupId>
<artifactId>cash-common-tools</artifactId>
</dependency>
<!-- sa-token 的漏洞的依赖处理 -->
<!-- start -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>11.0.2</version>
</dependency>
<!-- end -->
</dependencies>
</project>