containerd/integration/client
Sebastiaan van Stijn 662d8a085e
vendor: golang.org/x/net v0.4.0
golang.org/x/net contains a fix for CVE-2022-41717, which was addressed
in stdlib in go1.19.4 and go1.18.9;

> net/http: limit canonical header cache by bytes, not entries
>
> An attacker can cause excessive memory growth in a Go server accepting
> HTTP/2 requests.
>
> HTTP/2 server connections contain a cache of HTTP header keys sent by
> the client. While the total number of entries in this cache is capped,
> an attacker sending very large keys can cause the server to allocate
> approximately 64 MiB per open connection.
>
> This issue is also fixed in golang.org/x/net/http2 v0.4.0,
> for users manually configuring HTTP/2.

full diff: https://github.com/golang/net/compare/c63010009c80...v0.4.0

other dependency updates (due to (circular) dependencies between them):

- golang.org/x/sys v0.3.0: https://github.com/golang/sys/compare/v0.2.0...v0.3.0
- golang.org/x/term v0.3.0: https://github.com/golang/term/compare/v0.1.0...v0.3.0
- golang.org/x/text v0.5.0: https://github.com/golang/text/compare/v0.4.0...v0.5.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-07 22:20:44 +01:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Add test flag for skipping shim cgroup test 2022-09-23 17:39:04 +00:00
client_ttrpc_test.go Consolidate gogo/protobuf dependencies under our own protobuf package 2022-04-19 15:53:36 +00:00
client_unix_test.go Do not rename test files on-the-fly to share functions 2022-08-19 03:48:18 +00:00
client_unix.go Do not rename test files on-the-fly to share functions 2022-08-19 03:48:18 +00:00
client_windows_test.go Integration: Change to Windows Server 2022 build number constant 2022-01-19 11:54:22 -08:00
client.go Do not rename test files on-the-fly to share functions 2022-08-19 03:48:18 +00:00
container_checkpoint_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
container_fuzzer.go sys: move ForceRemoveAll to integration/client 2022-08-30 17:39:18 +02:00
container_linux_test.go Use github.com/containerd/cgroups/v3 to remove gogo 2022-11-14 21:07:48 +00:00
container_test.go TestTaskResize must use a terminal 2022-10-08 01:39:27 +00:00
content_test.go Add shared content label to namespaces 2022-03-11 23:37:02 -08:00
convert_test.go Use testify 2022-04-01 18:17:58 -07:00
daemon_config_linux_test.go Use github.com/containerd/cgroups/v3 to remove gogo 2022-11-14 21:07:48 +00:00
daemon.go Retry client connection in waitForStart 2022-10-19 16:24:07 +00:00
export_test.go Drop deprecated ioutil 2022-07-23 08:36:20 -07:00
go.mod vendor: golang.org/x/net v0.4.0 2022-12-07 22:20:44 +01:00
go.sum vendor: golang.org/x/net v0.4.0 2022-12-07 22:20:44 +01:00
helpers_unix_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_unix.go sys: move ForceRemoveAll to integration/client 2022-08-30 17:39:18 +02:00
helpers_windows_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_windows.go sys: move ForceRemoveAll to integration/client 2022-08-30 17:39:18 +02:00
image_test.go migrate from k8s.gcr.io to registry.k8s.io 2022-08-24 13:46:46 +08:00
import_test.go Drop deprecated ioutil 2022-07-23 08:36:20 -07:00
lease_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
restart_monitor_test.go clean-up "nolint" comments, remove unused ones 2022-10-12 14:40:59 +02:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
task_opts_unix_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00
transfer_test.go Add media type to export stream 2022-11-30 12:56:57 -08:00