Skip to content

Commit ae59133

Browse files
neildgopherbot
authored andcommitted
[release-branch.go1.21] net/http: update bundled golang.org/x/net/http2
Disable cmd/internal/moddeps test, since this update includes PRIVATE track fixes. Fixes CVE-2023-45288 For #65051 Fixes #65387 Change-Id: I17da6da2fe0dd70062b49f94377875acb34829a1 Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/2197267 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Damien Neil <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/576075 TryBot-Bypass: Dmitri Shuralyov <[email protected]> Commit-Queue: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
1 parent 30d8550 commit ae59133

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

src/cmd/internal/moddeps/moddeps_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ 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(#65051): 1.21.9 contains unreleased changes from vendored modules")
37+
3638
goBin := testenv.GoToolPath(t)
3739

3840
// Ensure that all packages imported within GOROOT

src/net/http/h2_bundle.go

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)