Skip to content

Commit 334de79

Browse files
neildgopherbot
authored andcommitted
[release-branch.go1.24] all: updated vendored x/net with security fix
6ed00d0 [internal-branch.go1.24-vendor] proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts Fixes CVE-2025-22870 For #71986 Change-Id: I7bda0825f1a9470b0708714d9cc32b5eae212f8b Reviewed-on: https://go-internal-review.googlesource.com/c/go/+/2121 Reviewed-by: Neal Patel <nealpatel@google.com> Reviewed-by: Roland Shoemaker <bracewell@google.com> Commit-Queue: Roland Shoemaker <bracewell@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/654715 Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Junyang Shao <shaojunyang@google.com> Reviewed-by: Damien Neil <dneil@google.com>
1 parent 5d69208 commit 334de79

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
// See issues 36852, 41409, and 43687.
3434
// (Also see golang.org/issue/27348.)
3535
func TestAllDependencies(t *testing.T) {
36+
t.Skip("TODO(#71986): 1.24.1 contains unreleased changes from vendored modules")
3637
goBin := testenv.GoToolPath(t)
3738

3839
// Ensure that all packages imported within GOROOT

src/vendor/golang.org/x/net/http/httpproxy/proxy.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)