Fix/security fixes#105
Merged
Merged
Conversation
- CVE-2026-27143 (Critical) - CVE-2026-39820, CVE-2026-42499, CVE-2026-32281, CVE-2026-33814, CVE-2026-32280, CVE-2026-32283, CVE-2026-33811, CVE-2026-39836, CVE-2026-27140, CVE-2026-42501, CVE-2026-33810, CVE-2026-27144 (High) - CVE-2026-39817, CVE-2026-39826, CVE-2026-39823, CVE-2026-39825, CVE-2026-32289, CVE-2026-32282, CVE-2026-39819, CVE-2026-32288 (Medium) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ca1d41d to
fd76e3e
Compare
rdimitrov
approved these changes
May 12, 2026
2 tasks
rdimitrov
added a commit
that referenced
this pull request
May 12, 2026
Use `go 1.26` instead of `go 1.26.3` to match toolhive, toolhive-catalog, and toolhive-core. CI uses `go-version-file: 'go.mod'`, so setup-go will resolve to the latest available 1.26.x and keep picking up stdlib CVE fixes automatically — which is what the 1.26.3 pin in #105 was after. `go mod tidy` also dropped some stale go.sum entries left over from previous bumps. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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:
Grype image scans against main started failing on the medium severity cutoff. The Ko-built binary embeds the Go stdlib version, and Go 1.26.2 (current main) is missing 21 stdlib CVE fixes — including 1 Critical (CVE-2026-27143)
and 12 High — that landed in 1.26.3.
Change:
Verification: