Updating for CVEs

This commit is contained in:
Joakim Erdfelt 2023-10-10 07:37:58 -05:00
parent 722b97ad6a
commit 5cff7930e5
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jetty-10.0.17 - 09 October 2023
+ 10473 Startup Script reports `ok` too fast, and doesn't wait for actual
start of Jetty
+ 10547 Cannot customize Executor on WebSocketClient
+ 10679 Review HTTP/2 rate control
+ 10679 Review HTTP/2 rate control (CVE-2023-44487)
jetty-10.0.16 - 25 August 2023
+ 6140 Report total number of keys in SelectorManager
@ -29,6 +29,7 @@ jetty-10.0.16 - 25 August 2023
common location
+ 9682 RetainableByteBuffer buffer release bug in WebSocket
+ 9685 Jetty doesn't set the date header on error responses
+ 9749 Correct HPACK Integer Overflow (CVE-2023-36478)
+ 9720 Http2Session.streamIdleTimeout should permit being disabled from
AbstractHTTP2ServerConnectionFactory
+ 9772 Improve Quiche certificates deployment