Skip to content

fix: resolve govulncheck findings - #4528

Merged
kyleconroy merged 1 commit into
mainfrom
claude/fix-vulncheck-yuaesl
Jul 28, 2026
Merged

fix: resolve govulncheck findings#4528
kyleconroy merged 1 commit into
mainfrom
claude/fix-vulncheck-yuaesl

Conversation

@kyleconroy

Copy link
Copy Markdown
Collaborator

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.

ID Module Fix
GO-2026-6061 google.golang.org/grpc v1.81.1 → v1.82.1
GO-2026-5970 golang.org/x/text v0.37.0 → v0.39.0
GO-2026-5856 crypto/tls (stdlib, go1.26.4) → go1.26.5

Changes

  • go.mod / go.sum: bump google.golang.org/grpc to v1.82.1, golang.org/x/text to v0.39.0, and the toolchain to go1.26.5 (plus transitive genproto updates), followed by go mod tidy.
  • CI workflows: bump go-version from 1.26.41.26.5 in ci.yml, build.yml, ci-kotlin.yml, ci-python.yml, and ci-typescript.yml, so the crypto/tls stdlib 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

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
@kyleconroy
kyleconroy merged commit ff8eb5d into main Jul 28, 2026
13 checks passed
@kyleconroy
kyleconroy deleted the claude/fix-vulncheck-yuaesl branch July 28, 2026 02:36
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.

2 participants