mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-20 11:53:57 +08:00
【修复】修复 #I6V3ZB jettison漏洞CVE-2023-1436
This commit is contained in:
@@ -37,6 +37,18 @@
|
||||
<dependency>
|
||||
<groupId>com.aliyun.oss</groupId>
|
||||
<artifactId>aliyun-sdk-oss</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- jettison -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jettison</groupId>
|
||||
<artifactId>jettison</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--minio上传文件客户端-->
|
||||
|
||||
Reference in New Issue
Block a user