moby/vendor/golang.org/x
Sebastiaan van Stijn d66589496e
vendor: golang.org/x/net v0.23.0
full diff: https://github.com/golang/net/compare/v0.22.0...v0.23.0

Includes a fix for CVE-2023-45288, which is also addressed in go1.22.2
and go1.21.9;

> http2: close connections when receiving too many headers
>
> Maintaining HPACK state requires that we parse and process
> all HEADERS and CONTINUATION frames on a connection.
> When a request's headers exceed MaxHeaderBytes, we don't
> allocate memory to store the excess headers but we do
> parse them. This permits an attacker to cause an HTTP/2
> endpoint to read arbitrary amounts of data, all associated
> with a request which is going to be rejected.
>
> Set a limit on the amount of excess header frames we
> will process before closing a connection.
>
> Thanks to Bartek Nowotarski for reporting this issue.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-03 20:42:29 +02:00
..
crypto vendor: golang.org/x/net v0.22.0, golang.org/x/crypto v0.21.0 2024-04-03 20:38:05 +02:00
exp vendor: golang.org/x/exp v0.0.0-20231006140011-7918f672742d 2024-02-12 09:13:32 +01:00
mod vendor: golang.org/x/mod v0.13.0, golang.org/x/tools v0.13.0 2024-01-20 22:58:30 +01:00
net vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
oauth2 vendor: golang.org/x/oauth2 v0.11.0 2024-01-20 22:58:31 +01:00
sync vendor: golang.org/x/sync v0.5.0 2024-01-20 22:58:30 +01:00
sys go.mod: golang.org/x/sys v0.18.0 2024-03-06 07:37:37 +09:00
text vendor: golang.org/x/text v0.14.0 2023-12-18 13:38:46 +01:00
time libnetwork: replace ad-hoc semaphore implementation 2023-02-16 19:05:59 -05:00
tools vendor: golang.org/x/tools v0.14.0 2024-01-20 22:58:31 +01:00