Skip to content

build: update Go and grpc for critical CVEs#893

Open
dkarter wants to merge 1 commit into
slsa-framework:mainfrom
dkarter:fix/update-go-and-grpc-for-cves
Open

build: update Go and grpc for critical CVEs#893
dkarter wants to merge 1 commit into
slsa-framework:mainfrom
dkarter:fix/update-go-and-grpc-for-cves

Conversation

@dkarter
Copy link
Copy Markdown

@dkarter dkarter commented May 8, 2026

Motivation

Trivy reports critical vulnerabilities in the released Linux slsa-verifier binary from v2.7.1, as installed by mise/aqua at mise/installs/slsa-verifier/2.7.1/slsa-verifier.

The findings are:

  • google.golang.org/grpc CVE-2026-33186, installed v1.69.4, fixed in v1.79.3.
  • Go stdlib CVE-2025-68121, binary built with Go v1.23.5, fixed in Go 1.24.13, 1.25.7, or 1.26.0-rc.3.

Summary of Changes

  • Updates the module Go version to 1.25.7, which is a fixed stable toolchain version and is consumed by the release workflow through go-version-file: "go.mod".
  • Updates google.golang.org/grpc to v1.79.3.
  • Refreshes transitive module versions and checksums required by the grpc update.

@dkarter dkarter marked this pull request as ready for review May 8, 2026 06:37
@dkarter dkarter requested a review from a team as a code owner May 8, 2026 06:37
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