Skip to content

Commit 46b2eb4

Browse files
authored
Revert version change to smart-json. (#215)
Add .trivyignore for CVE-2024-57699 that expires March 1, 2025.
1 parent 0a37a85 commit 46b2eb4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.trivyignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CVE-2024-57699 exp:2025-03-01

users/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@
6060
<artifactId>spring-boot-starter-test</artifactId>
6161
<scope>test</scope>
6262
</dependency>
63-
<dependency>
64-
<groupId>net.minidev</groupId>
65-
<artifactId>json-smart</artifactId>
66-
<version>2.4.11</version>
67-
<scope>test</scope>
68-
</dependency>
6963
<dependency>
7064
<groupId>org.springframework.security</groupId>
7165
<artifactId>spring-security-test</artifactId>

0 commit comments

Comments
 (0)