Skip to content

fix: patch reachable stdlib and x/net vulns#17

Merged
baudsmith merged 1 commit into
mainfrom
fix/govulncheck-stdlib
Jun 3, 2026
Merged

fix: patch reachable stdlib and x/net vulns#17
baudsmith merged 1 commit into
mainfrom
fix/govulncheck-stdlib

Conversation

@baudsmith

Copy link
Copy Markdown
Collaborator

CI was start-up-failing, so govulncheck never ran. Once unblocked it flagged 7 reachable Go stdlib advisories plus GO-2026-4918 in x/net.

  • go directive 1.26.2 -> 1.26.4 (CI's setup-go builds against the go.mod version)
  • golang.org/x/net 0.50.0 -> 0.53.0
  • tidy reclassified toml, miekg/dns, modernc.org/sqlite as direct deps (were mislabeled indirect)

Verified locally under go1.26.4: govulncheck clean, go test passes.

Bump go directive 1.26.2 -> 1.26.4 and x/net 0.50.0 -> 0.53.0 to clear all govulncheck-reachable advisories.
@baudsmith baudsmith merged commit 1a9eb18 into main Jun 3, 2026
3 checks passed
@baudsmith baudsmith deleted the fix/govulncheck-stdlib branch June 3, 2026 15:05
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.

1 participant