fix(deps): patch reachable vulns (x/text, go 1.26.5), suppress unreachable transitive CVEs - #5
Merged
Merged
Conversation
…hable transitive CVEs
There was a problem hiding this comment.
All changes reviewed. Let me consolidate the report.
Review Summary:
.trivyignore— AddedGO-2026-5932suppression for x/crypto/openpgp with valid justification (unmaintained, transitive only, not imported). ✅CHANGELOG.md— Properly structured## Unreleasedentry. ✅Dockerfile— Go 1.26.4 → 1.26.5, consistent with go.mod. ✅go.mod/go.sum— Go version bump + x/text v0.39.0 (fixes CVE-2026-56852) +连带 transitive bumps (x/crypto, x/net, x/mod, x/sync, x/sys, x/telemetry, x/term, x/tools). All versions consistent. ✅
No Go source files changed. No code-level findings.
{
"verdict": "approve",
"summary": "Dependency update PR — Go 1.26.5, x/text v0.39.0 (CVE-2026-56852 fix), suppressed unreachable x/crypto/openpgp CVE. Versions consistent across Dockerfile/go.mod/go.sum. CHANGELOG properly documents the change.",
"comments": [],
"concerns_addressed": [
"security: x/text bumped to v0.39.0 resolving CVE-2026-56852 — verified in go.mod",
"correctness: Dockerfile Go 1.26.5 matches go.mod — verified consistent",
"security: GO-2026-5932 (x/crypto/openpgp) suppressed as transitive/unreachable — verified via go.mod // indirect marker"
]
}
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.
Unblocks the parked Update-Go task.
make checkgreen.