moby/vendor
Sebastiaan van Stijn fcc2ca7cdf 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>
(cherry picked from commit 1800dd0876)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-20 15:38:17 -04:00
..
cloud.google.com/go vendor: github.com/moby/swarmkit/v2 v2.0.0-20221123162438-b17f02f0a054 2022-11-24 14:47:30 +01: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.6.22 2023-08-21 20:47:39 +02:00
go.etcd.io dependency: bump go.etcd.io/bbolt to v1.3.7 2023-02-22 17:12:50 +01:00
go.opencensus.io vendor: go.opencensus.io v0.23.0 2022-06-29 16:41:12 +02:00
go.opentelemetry.io vendor buildkit v0.10.0 2022-03-22 18:51:27 +01:00
go.uber.org vendor: go.uber.org/zap v1.21.0 2022-11-24 11:00:13 +01:00
golang.org/x vendor: golang.org/x/net v0.17.0 2023-10-20 15:38:17 -04:00
google.golang.org vendor: google.golang.org/grpc v1.50.1 2023-08-21 20:47:39 +02:00
gotest.tools/v3 vendor: gotest.tools/v3 v3.5.0 2023-07-29 20:56:57 +02:00
k8s.io/klog/v2 vendor: github.com/moby/swarmkit/v2 v2.0.0-20221123162438-b17f02f0a054 2022-11-24 14:47:30 +01:00
modules.txt vendor: golang.org/x/net v0.17.0 2023-10-20 15:38:17 -04:00