chore: bump golang.org/x/net to v0.55.0 to fix vulnerability CVE-2026-39821 - #424
Open
JosephineKwa wants to merge 4 commits into
Open
chore: bump golang.org/x/net to v0.55.0 to fix vulnerability CVE-2026-39821#424JosephineKwa wants to merge 4 commits into
JosephineKwa wants to merge 4 commits into
Conversation
golang.org/x/net v0.38.0 was flagged with a security vulnerability; v0.55.0 contains the fix. This requires bumping go.mod to Go 1.25 and pulls in transitive upgrades to x/sys, x/term, x/text, and x/tools.
Not required by golang.org/x/net v0.55.0 (which only needs Go 1.25+); this goes further to pick up the latest Go release. Happy to drop this commit if maintainers prefer staying closer to the minimum required version.
Author
|
@elenz97 would you be able to help review this, I see that you helped review previous vulnerability fix PRs as well. Thank you! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
golang.org/x/netfromv0.38.0tov0.55.0to fix a flagged security vulnerability in the older version.v0.55.0requires Go >= 1.25, so thegodirective ingo.modwas bumped from1.24.13to1.25.0, with matching updates inbuild.yml,release.yml, andDockerfile.buildx.go mod tidyalso pulled in transitive upgrades togolang.org/x/sys,golang.org/x/term,golang.org/x/text, andgolang.org/x/tools.1.27.0(not required byx/net, just picking up the latest release). Happy to drop that commit if maintainers prefer staying at the minimum required1.25.0.Reference: CVE-2026-39821