Skip to content

Commit e175f27

Browse files
neildgopherbot
authored andcommitted
[release-branch.go1.20] net/http: regenerate h2_bundle.go
Pull in a security fix from x/net/http2: http2: limit maximum handler goroutines to MaxConcurrentStreamso For #63417 Fixes #63426 Fixes CVE-2023-39325 Change-Id: I6e32397323cd9b4114c990fcc9d19557a7f5f619 Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/2047401 Reviewed-by: Tatiana Bradley <[email protected]> TryBot-Result: Security TryBots <[email protected]> Run-TryBot: Damien Neil <[email protected]> Reviewed-by: Ian Cottrell <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/534255 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Damien Neil <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 68f9a6e commit e175f27

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

src/cmd/internal/moddeps/moddeps_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import (
3131
// See issues 36852, 41409, and 43687.
3232
// (Also see golang.org/issue/27348.)
3333
func TestAllDependencies(t *testing.T) {
34+
t.Skip("TODO(#63427): 1.21.3 contains unreleased changes from vendored modules")
35+
3436
goBin := testenv.GoToolPath(t)
3537

3638
// Ensure that all packages imported within GOROOT

src/net/http/h2_bundle.go

Lines changed: 64 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)