fix: resolve govulncheck findings - #4528
Merged
Merged
Conversation
Update dependencies and Go toolchain to address vulnerabilities reported by govulncheck: - google.golang.org/grpc v1.81.1 -> v1.82.1 (GO-2026-6061) - golang.org/x/text v0.37.0 -> v0.39.0 (GO-2026-5970) - Go toolchain 1.26.4 -> 1.26.5 (GO-2026-5856, crypto/tls) Bump go-version in CI workflows to 1.26.5 to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EkHrsp8ys1SYoqqBLCCn6t
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
govulncheck ./...was reporting three vulnerabilities in called code. This PR updates the affected dependencies and the Go toolchain so the scan comes back clean.google.golang.org/grpcv1.81.1golang.org/x/textv0.37.0crypto/tls(stdlib, go1.26.4)Changes
go.mod/go.sum: bumpgoogle.golang.org/grpcto v1.82.1,golang.org/x/textto v0.39.0, and the toolchain togo1.26.5(plus transitive genproto updates), followed bygo mod tidy.go-versionfrom1.26.4→1.26.5inci.yml,build.yml,ci-kotlin.yml,ci-python.yml, andci-typescript.yml, so thecrypto/tlsstdlib fix is applied in the vuln check job. (The Dockerfile was already at 1.26.5 from build(deps): bump golang from 1.26.4 to 1.26.5 #4509.)Verification
govulncheck ./...→ No vulnerabilities found (was 3).go build ./...passes.🤖 Generated with Claude Code
https://claude.ai/code/session_01EkHrsp8ys1SYoqqBLCCn6t
Generated by Claude Code