Skip to content

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
mainfrom
copilot/fix-govulncheck-vulnerabilities
Closed

chore(deps): remediate govulncheck findings by bumping vulnerable golang.org/x modules#310
Mani Bindra (maniSbindra) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-govulncheck-vulnerabilities

Conversation

CopilotAI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

The scheduled govulncheck workflow reported known vulnerabilities on main in transitive Go dependencies. This PR updates the affected golang.org/x/* modules to patched versions while keeping the change set minimal.

  • Dependency remediation

    • Bumped vulnerable indirect modules in go.mod:
      • golang.org/x/netv0.55.0v0.57.0 (covers advisories fixed in >= v0.56.0)
      • golang.org/x/textv0.37.0v0.40.0 (covers advisories fixed in >= v0.39.0)
      • golang.org/x/cryptov0.52.0v0.54.0
    • golang.org/x/sys moved to v0.47.0 as a transitive alignment update.
  • Module metadata refresh

    • Updated go.sum accordingly to reflect the new dependency graph after the version bumps.
// go.mod (indirect deps)golang.org/x/cryptov0.54.0golang.org/x/netv0.57.0golang.org/x/sysv0.47.0golang.org/x/textv0.40.0

CopilotAI requested review from Copilot and removed request for CopilotJuly 24, 2026 10:45
CopilotAI linked an issue Jul 24, 2026 that may be closed by this pull request
CopilotAI requested review from Copilot and removed request for CopilotJuly 24, 2026 10:50
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
@maniSbindra

Copy link
Copy Markdown
Contributor

This has already been handled after #305 was merged after incorporating these changes

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

govulncheck: vulnerabilities detected on main

2 participants

@maniSbindra