Skip to content

Commit

Permalink
Test exclude CVE to check jar loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 23, 2024
1 parent 2b0e63b commit cddd1e0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@
<version>11.0.24</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Upgrade to fix CVE-2024-6763 -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>12.0.14</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; Upgrade to fix CVE-2024-6763 &ndash;&gt;-->
<!-- <groupId>org.eclipse.jetty</groupId>-->
<!-- <artifactId>jetty-http</artifactId>-->
<!-- <version>12.0.14</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<!-- Upgrade to fix CVE-2024-6762 and CVE-2024-9823 -->
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -477,6 +477,7 @@
<artifactId>ossindex-maven-plugin</artifactId>
<configuration>
<excludeVulnerabilityIds>
<exclude>CVE-2024-6763</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
Expand Down

0 comments on commit cddd1e0

Please sign in to comment.