cli/e2e
Paweł Gronowski f64b8a332d
update to go1.24.7
This includes 1 security fix:

- net/http: CrossOriginProtection bypass patterns are over-broad

    When passing patterns to CrossOriginProtection.AddInsecureBypassPattern,
    requests that would have redirected to those patterns (e.g. without a trailing
    slash) were also exempted, which might be unexpected.

    Thanks to Marco Gazerro for reporting this issue.

    This is CVE-2025-47910 and Go issue https://go.dev/issue/75054.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.24.7

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-09-03 20:40:59 +02:00
..
cli-plugins cli/flags: add "hostVar" to handle --host / -H as a single string 2025-08-18 11:01:39 +02:00
container migrate e2e container rename test 2025-07-29 20:07:15 +02:00
context cli/config: add EnvOverrideConfigDir const 2023-06-28 13:20:29 +02:00
global e2d skip flaky test: TestPromptExitCode/plugin_upgrade, plugin_install 2025-08-08 19:07:00 +02:00
image build: remove DCT support for classic builder 2025-07-21 19:05:38 +02:00
internal/fixtures remove some remnants from CLI "experimental" config option 2025-08-04 08:48:29 +02:00
plugin cli/command/plugin: remove DCT 2025-08-06 12:33:27 +02:00
registry copynit: s/WEB BASED/WEB-BASED/ 2024-09-03 11:39:43 +02:00
stack Remove preceding white space from cobra help template 2025-02-10 10:51:25 +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.24.7 2025-09-03 20:40:59 +02:00
testutils e2e/testutils: SetupPlugin: return path of directory 2025-08-06 10:57:01 +02:00
trust linting: fmt.Sprintf can be replaced with string concatenation (perfsprint) 2024-06-10 21:19:32 +02:00
compose-env.connhelper-ssh.yaml Cleanup of dockerfiles, compose files and env vars 2024-02-13 13:32:45 +00:00
compose-env.yaml Merge pull request #5863 from Benehiko/only-experimental-workflow 2025-03-10 13:32:13 +01:00