DockerCLI/e2e
Paweł Gronowski 0dd60b064f
update to go1.21.12
- https://github.com/golang/go/issues?q=milestone%3AGo1.21.12+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.21.11...go1.21.12

These minor releases include 1 security fixes following the security policy:

net/http: denial of service due to improper 100-continue handling

The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail.

An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending "Expect: 100-continue" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.

Thanks to Geoff Franks for reporting this issue.

This is CVE-2024-24791 and Go issue https://go.dev/issue/67555.
View the release notes for more information:
https://go.dev/doc/devel/release#go1.21.12

**- Description for the changelog**

```markdown changelog
Update Go runtime to 1.21.12
```

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit d73d7d4ed3)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2024-07-22 14:53:01 +00:00
..
cli-plugins tests: add plugin-socket-compatibility tests 2024-02-06 21:31:55 +01:00
container Minor test fixes necessary for eventually upgrading ci runners and engine version 2024-03-04 12:19:36 +01:00
context cli/config: add EnvOverrideConfigDir const 2023-06-28 13:20:29 +02:00
global change TestNewAPIClientFromFlagsWithHttpProxyEnv to an e2e test 2021-07-28 22:33:12 +02:00
image Merge pull request #4915 from vvoland/v25.0-4839 2024-03-05 13:01:56 +01:00
internal/fixtures update golangci-lint to v1.54.2 2023-08-29 14:21:47 +02:00
plugin Update gha runners and engines used in e2e tests 2024-03-05 09:56:19 +01:00
stack golangci-lint: enable thelper linter 2023-11-20 16:02:17 +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.12 2024-07-22 14:53:01 +00: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-03-05 09:56:21 +01: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 Cleanup of dockerfiles, compose files and env vars 2024-03-05 09:56:21 +01:00