Skip to content

fix(deps): update vulnerable golang.org/x dependencies#8

Merged
adityathebe merged 1 commit into
mainfrom
claude/pull-request-v0h007
Jul 17, 2026
Merged

fix(deps): update vulnerable golang.org/x dependencies#8
adityathebe merged 1 commit into
mainfrom
claude/pull-request-v0h007

Conversation

@adityathebe

Copy link
Copy Markdown
Member

Summary

Resolves the open code scanning (Trivy) alerts on main by upgrading the affected transitive golang.org/x dependencies past their fixed versions.

Alert Package Before After Fixed in
CVE-2026-56852 — Infinite loop on invalid input golang.org/x/text v0.37.0 v0.40.0 0.39.0
CVE-2026-46600 — Panic parsing invalid SVCB/HTTPS RR in dns/dnsmessage golang.org/x/net v0.55.0 v0.56.0 0.56.0
GO-2026-5932crypto/openpgp unmaintained golang.org/x/crypto v0.52.0 v0.54.0

golang.org/x/crypto is bumped to the latest maintained release (v0.54.0). Note that GO-2026-5932 flags the openpgp subpackage as unmaintained by design and has no fixed version — it is pulled in transitively and cannot be fully cleared by a version bump. Related golang.org/x modules (mod, sync, sys, term, tools) were pulled forward by go mod tidy to keep the module graph consistent.

Changes

  • go.mod / go.sum: dependency upgrades only. No source changes.

Verification

  • go build ./... — passes
  • go vet ./... — passes
  • go test ./... — passes

🤖 Generated with Claude Code

https://claude.ai/code/session_01AmH7R3A8pk5GF4sGfu1JpZ


Generated by Claude Code

Address code scanning alerts by upgrading transitive golang.org/x
dependencies past their fixed versions:

- golang.org/x/text v0.37.0 -> v0.40.0 (CVE-2026-56852: infinite loop
  on invalid input; fixed in 0.39.0)
- golang.org/x/net v0.55.0 -> v0.56.0 (CVE-2026-46600: panic parsing
  invalid SVCB/HTTPS RR in dns/dnsmessage; fixed in 0.56.0)
- golang.org/x/crypto v0.52.0 -> v0.54.0 (latest maintained release)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AmH7R3A8pk5GF4sGfu1JpZ
@adityathebe
adityathebe merged commit 66b3106 into main Jul 17, 2026
8 checks passed
@adityathebe
adityathebe deleted the claude/pull-request-v0h007 branch July 17, 2026 12:06
Sign up for free to 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.

2 participants