STAC-25449: remediate backup CLI release CVEs - #33
Merged
Conversation
craffit
approved these changes
Jul 28, 2026
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
govulncheckplus VEX-aware Trivy/Grype scan of all five GoReleaser snapshot archives before tag publicationJira: STAC-25449
Security result
The local snapshot build produced and verified macOS amd64/arm64, Linux amd64/arm64, and Windows amd64 archives. With refreshed Trivy and Grype databases plus both StackVista and Rancher VEX hubs:
GO-2026-5932once per platformGO-2026-5932applies to the deprecatedgolang.org/x/crypto/openpgppackage. The CLI requires the parent module but does not import or link the affected package.govulncheck -show verbosereports it only at module level and reports zero reachable vulnerabilities and zero package-level vulnerabilities. The artifact scanners deliberately retain this UNKNOWN evidence; it is not hidden by an exception.Validation
go test ./...golangci-lint run --config=.golangci.yml ./...go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./...go mod verifygoreleaser checkwith v1.25.1shellcheck scripts/prepare-artifact-scan-rootfs.shgit diff --checkuvx zizmor --collect=workflows,actions,dependabot .: no findingsFollow-up after merge
Publish the next immutable release, confirm the recurring cve-reporter target advances from v0.8.2, and re-scan all five release assets. The independent StackGraph v2 feature PR can then rebase or merge main to absorb this security baseline.