security: bump grpc to v1.83.2, fix release checksum glob - #18
Merged
Merged
Conversation
govulncheck was failing CI/security on GO-2026-6443 and GO-2026-6348 in grpc v1.83.0. v1.83.2 carries both fixes, no API changes on our side. Also fixed the SC2035 glob in the release checksum step.
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.
What changed
Bumped
google.golang.org/grpcfrom v1.83.0 to v1.83.2. ThesecurityCI job (govulncheck) was failing on two reachable vulnerabilities: GO-2026-6443 (server panic via missing authority/Host headers) and GO-2026-6348 (heap exhaustion via HTTP/2 DATA fragmentation). Both are fixed upstream in v1.83.1/v1.83.2 with no API changes affecting our code. Also fixed the SC2035 glob in the release checksum step.Validation
gofmt -l cmd internalproduces no outputgo vet ./...passesgo test -race ./...passesgo build ./cmd/laststate-relaysucceedsgo test -raceon the touched packages (internal/source,internal/bundle,internal/lep) passes;govulncheck ./...reports no vulnerabilities. No behavior change, so no new tests — dependency bump only.Durability
No persistence or delivery code touched.
Security
This change itself closes two grpc vulnerabilities.
Risk
Low. Patch-level dependency bump plus a shell glob fix in release automation.
go.mod/go.sumupdated viago get+go mod tidy.Runtime evidence
windows/amd64, go1.26.1:
go build ./...,go teston source/bundle/lep,govulncheck ./...clean. Not hardware-tested.