DockerCLI/e2e
Sebastiaan van Stijn 630e1d3e95
update to go1.21.11
go1.21.11 (released 2024-06-04) includes security fixes to the archive/zip
and net/netip packages, as well as bug fixes to the compiler, the go command,
the runtime, and the os package. See the Go 1.21.11 milestone on our issue
tracker for details;

- https://github.com/golang/go/issues?q=milestone%3AGo1.21.11+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.21.10...go1.21.11

From the security announcement;

We have just released Go versions 1.22.4 and 1.21.11, minor point releases.
These minor releases include 2 security fixes following the security policy:

- archive/zip: mishandling of corrupt central directory record

  The archive/zip package's handling of certain types of invalid zip files
  differed from the behavior of most zip implementations. This misalignment
  could be exploited to create an zip file with contents that vary depending
  on the implementation reading the file. The archive/zip package now rejects
  files containing these errors.

  Thanks to Yufan You for reporting this issue.

  This is CVE-2024-24789 and Go issue https://go.dev/issue/66869.

- net/netip: unexpected behavior from Is methods for IPv4-mapped IPv6 addresses

  The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected
  for IPv4-mapped IPv6 addresses, returning false for addresses which would
  return true in their traditional IPv4 forms.

  Thanks to Enze Wang of Alioth and Jianjun Chen of Zhongguancun Lab
  for reporting this issue.

  This is CVE-2024-24790 and Go issue https://go.dev/issue/67680.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-04 23:39:27 +02:00
..
cli-plugins feat: use main func ctx for cobra and use ctx in tests 2024-04-25 12:00:31 +02:00
container Add e2e tests for run w/ bad entrypoint 2024-05-07 11:22:18 +01:00
context cli/config: add EnvOverrideConfigDir const 2023-06-28 13:20:29 +02:00
global feat: standardize error for prompt 2024-03-26 14:11:55 +01:00
image Update gha runners and engines used in e2e tests 2024-02-13 13:30:09 +00:00
internal/fixtures update golangci-lint to v1.54.2 2023-08-29 14:21:47 +02:00
plugin feat: standardize error for prompt 2024-03-26 14:11:55 +01:00
stack Add support for --detach flag in stack deploy 2024-03-04 09:36:36 +01:00
system bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
testdata update to go1.21.11 2024-06-04 23:39:27 +02:00
testutils feat: standardize error for prompt 2024-03-26 14:11:55 +01:00
trust golangci-lint: enable thelper linter 2023-11-20 16:02:17 +01:00
compose-env.connhelper-ssh.yaml Cleanup of dockerfiles, compose files and env vars 2024-02-13 13:32:45 +00:00
compose-env.experimental.yaml e2e: update to use compose v2, and don't depend on distro-packages 2023-09-26 12:20:01 +02:00
compose-env.yaml Updated engine versions in e2e text matrix 2024-05-16 11:04:30 +00:00