-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR bumps the golang net library. As it stands, you can't build on the latest commit, as `make lint` will fail during vuln checking because of this. ``` ... 9.472 Vulnerability #1: GO-2024-2687 9.472 HTTP/2 CONTINUATION flood in net/http 9.472 More info: https://pkg.go.dev/vuln/GO-2024-2687 9.472 Module: golang.org/x/net 9.472 Found in: golang.org/x/[email protected] 9.472 Fixed in: golang.org/x/[email protected] ... ``` Signed-off-by: Spencer Smith <[email protected]> (cherry picked from commit 9d35dfe)
- Loading branch information
1 parent
be3b9ab
commit a678451
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters