moby/vendor/golang.org/x/net/http2
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
..
hpack vendor: golang.org/x/net v0.7.0 2023-02-14 21:00:09 +01:00
.gitignore vendor: regenerate 2022-01-18 15:46:04 +01:00
ascii.go vendor: golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 2022-02-14 15:42:37 +01:00
ciphers.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
client_conn_pool.go vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 2022-09-06 22:50:51 +02:00
databuffer.go vendor: golang.org/x/net v0.18.0 2024-01-29 18:49:40 +01:00
errors.go vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 2022-09-06 22:50:51 +02:00
flow.go vendor: golang.org/x/net v0.7.0 2023-02-14 21:00:09 +01:00
frame.go vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
gotrack.go project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
headermap.go vendor: golang.org/x/net v0.2.0 2022-11-25 17:57:16 +01:00
http2.go vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 2022-09-06 22:50:51 +02:00
pipe.go vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
server.go vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
testsync.go vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
transport.go vendor: golang.org/x/net v0.23.0 2024-04-03 20:42:29 +02:00
write.go vendor: golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 2022-02-14 15:42:37 +01:00
writesched.go vendor: golang.org/x/net v0.13.0, golang.org/x/crypto v0.11.0 2023-10-10 12:35:40 +02:00
writesched_priority.go vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 2022-09-06 22:50:51 +02:00
writesched_random.go vendor: github.com/containerd/containerd v1.6.1 2022-03-10 17:48:10 -05:00
writesched_roundrobin.go vendor: golang.org/x/net v0.13.0, golang.org/x/crypto v0.11.0 2023-10-10 12:35:40 +02:00