moby/vendor
Sebastiaan van Stijn 1800dd0876
vendor: golang.org/x/net v0.17.0
full diff: https://github.com/golang/net/compare/v0.13.0...v0.17.0

This fixes the same CVE as go1.21.3 and go1.20.10;

- net/http: rapid stream resets can cause excessive work

  A malicious HTTP/2 client which rapidly creates requests and
  immediately resets them can cause excessive server resource consumption.
  While the total number of requests is bounded to the
  http2.Server.MaxConcurrentStreams setting, resetting an in-progress
  request allows the attacker to create a new request while the existing
  one is still executing.

  HTTP/2 servers now bound the number of simultaneously executing
  handler goroutines to the stream concurrency limit. New requests
  arriving when at the limit (which can only happen after the client
  has reset an existing, in-flight request) will be queued until a
  handler exits. If the request queue grows too large, the server
  will terminate the connection.

  This issue is also fixed in golang.org/x/net/http2 v0.17.0,
  for users manually configuring HTTP/2.

  The default stream concurrency limit is 250 streams (requests)
  per HTTP/2 connection. This value may be adjusted using the
  golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams
  setting and the ConfigureServer function.

  This is CVE-2023-39325 and Go issue https://go.dev/issue/63417.
  This is also tracked by CVE-2023-44487.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-10-11 18:58:01 +02:00
..
cloud.google.com/go vendor: google.golang.org/grpc v1.56.2 2023-09-18 18:17:30 +02:00
code.cloudfoundry.org/clock bump docker/swarmkit 59163bf75df38489d4a10392265d27156dc473c5 2019-04-15 18:04:36 +02:00
github.com vendor: github.com/containerd/containerd v1.7.7 2023-10-10 14:47:44 +02:00
go.etcd.io dependency: bump go.etcd.io/bbolt to v1.3.7 2023-02-17 16:51:15 +08:00
go.opencensus.io vendor: cloud.google.com/go/logging v1.7.0 2023-07-19 18:05:59 +02:00
go.opentelemetry.io vendor: github.com/containerd/containerd v1.7.6 2023-09-21 14:18:40 -06:00
go.uber.org vendor: go.uber.org/zap v1.21.0 2022-11-23 18:16:41 +01:00
golang.org/x vendor: golang.org/x/net v0.17.0 2023-10-11 18:58:01 +02:00
google.golang.org vendor: google.golang.org/grpc v1.56.2 2023-09-18 18:17:30 +02:00
gopkg.in/yaml.v2 Update vendoring 2023-05-16 17:11:09 +02:00
gotest.tools/v3 vendor: gotest.tools/v3 v3.5.0 2023-07-29 19:51:21 +02:00
k8s.io/klog/v2 vendor: k8s.io/klog/v2 v2.90.1 2023-07-19 18:06:01 +02:00
resenje.org/singleflight vendor: resenje.org/singleflight v0.4.0 2023-09-12 09:34:03 +02:00
sigs.k8s.io/yaml Update vendoring 2023-05-16 17:11:09 +02:00
modules.txt vendor: golang.org/x/net v0.17.0 2023-10-11 18:58:01 +02:00