Uh oh!
There was an error while loading. Please reload this page.
chore(deps): remediate govulncheck findings by bumping vulnerable golang.org/x modules - #310
Closed
Mani Bindra (maniSbindra) with Copilot wants to merge 2 commits into
Closed
chore(deps): remediate govulncheck findings by bumping vulnerable golang.org/x modules#310Mani Bindra (maniSbindra) with Copilot wants to merge 2 commits into
Mani Bindra (maniSbindra) with Copilot wants to merge 2 commits into
Conversation
CopilotAI
changed the title
[WIP] Fix vulnerabilities detected by govulncheck on mainchore(deps): remediate govulncheck findings by bumping vulnerable golang.org/x modulesJul 24, 2026
Mani Bindra (maniSbindra)
commented
Jul 25, 2026
Contributor
This has already been handled after #305 was merged after incorporating these changes |
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 freeto 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.
The scheduled govulncheck workflow reported known vulnerabilities on
mainin transitive Go dependencies. This PR updates the affectedgolang.org/x/*modules to patched versions while keeping the change set minimal.Dependency remediation
go.mod:golang.org/x/netv0.55.0→v0.57.0(covers advisories fixed in>= v0.56.0)golang.org/x/textv0.37.0→v0.40.0(covers advisories fixed in>= v0.39.0)golang.org/x/cryptov0.52.0→v0.54.0golang.org/x/sysmoved tov0.47.0as a transitive alignment update.Module metadata refresh
go.sumaccordingly to reflect the new dependency graph after the version bumps.