Skip to content

Commit

Permalink
Trying to upgrade jetty-http
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 23, 2024
1 parent 453ec03 commit 042f63c
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 89 deletions.
164 changes: 83 additions & 81 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_1.7.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Code name:
* Removed `org.apache.zookeeper:zookeeper:3.9.2`
* Removed `org.bitbucket.b_c:jose4j:0.9.6`
* Removed `org.eclipse.jetty.http2:http2-server:9.4.54.v20240208`
* Added `org.eclipse.jetty:jetty-http:12.0.14`
* Removed `org.json:json:20240303`
16 changes: 8 additions & 8 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>-->
<!-- &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-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-6762 and CVE-2024-9823 &ndash;&gt;-->
<!-- <groupId>org.eclipse.jetty</groupId>-->
Expand Down Expand Up @@ -477,7 +477,7 @@
<artifactId>ossindex-maven-plugin</artifactId>
<configuration>
<excludeVulnerabilityIds>
<exclude>CVE-2024-6763</exclude>
<!-- <exclude>CVE-2024-6763</exclude>-->
<exclude>CVE-2023-36479</exclude>
<exclude>CVE-2024-8184</exclude>
</excludeVulnerabilityIds>
Expand Down

0 comments on commit 042f63c

Please sign in to comment.