Skip to content

Commit 4333a77

Browse files
authored
Merge pull request #263 from aws-samples/CVE-2023-51074
temp exclusion of json-path due to CVE-2023-51074
2 parents 48a7696 + 495fd20 commit 4333a77

File tree

1 file changed

+6
-0
lines changed
  • labs/unicorn-store/software/unicorn-store-spring

1 file changed

+6
-0
lines changed

labs/unicorn-store/software/unicorn-store-spring/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
<groupId>org.springframework.boot</groupId>
9494
<artifactId>spring-boot-starter-test</artifactId>
9595
<scope>test</scope>
96+
<exclusions>
97+
<exclusion><!-- temp exclusion due to CVE-2023-51074 -->
98+
<groupId>com.jayway.jsonpath</groupId>
99+
<artifactId>json-path</artifactId>
100+
</exclusion>
101+
</exclusions>
96102
</dependency>
97103
<dependency>
98104
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)