fix(ops-10179): Phase 1 CVE/deps migration#28
Merged
Conversation
Scriptable dependency & tooling refresh. - go.mod: go 1.26.4; testament -> v1.0.0; `go get -u` to latest within current major (grpc 1.75->1.81.1, otel 1.38->1.44, x/crypto ->0.52, x/net ->0.54, x/sys ->0.45, testcontainers 0.38->0.42, logrus ->1.9.4). - docker/docker -> moby/moby: swapped helper_test.go to github.com/moby/moby/api/types/container (matches testcontainers v0.42's API); go mod tidy then drops github.com/docker/docker entirely, clearing the Moby CVEs. - golangci-lint (v2): excluded modernize/wsl_v5 in tests (pre-existing style); fixed one gocritic deprecatedComment + gci import order. - CI: setup-go now uses go-version-file: go.mod; govulncheck via `go run golang.org/x/vuln/cmd/govulncheck@latest ./...` (dropped the govulncheck-action); added private-module access; removed redundant audit job. Audit CVEs cleared: CVE-2026-33186 (grpc), CVE-2026-34040/41567/42306 (docker/docker Moby -> removed), CVE-2026-29181 (otel), GO-2026-5024 (x/sys). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
OPS-10179 — Phase 1 (scriptable) CVE/dependency migration
Wave-1 lib (12 dependents); depends on
testament(now v1.0.0). Moduleharego/v2.Audit CVEs cleared (cross-referenced with the MRI audit)
moby/moby/apigovulncheck -scan moduleafter: No vulnerabilities found. No audit CVEs left for this repo.Changes
go 1.26.4;testament→v1.0.0; deps to latest-within-major (grpc 1.75→1.81.1, otel 1.38→1.44, x/crypto→0.52, x/net→0.54, x/sys→0.45, testcontainers 0.38→0.42, logrus→1.9.4).helper_test.gonow importsgithub.com/moby/moby/api/types/container(matches testcontainers v0.42's API);go mod tidythen dropsgithub.com/docker/dockerentirely.modernize/wsl_v5in_test.go(pre-existing style, no test-logic rewrite); fixed onegocriticdeprecatedComment +gciimport order.setup-gousesgo-version-file: "go.mod"; govulncheck viago run golang.org/x/vuln/cmd/govulncheck@latest ./...(droppedgovulncheck-action); added private-module access; removed the redundantauditjob.Verify (local)
make ci_tests(race) ✅ ·go vet -tags=integration ./...✅ ·golangci-lint run✅ (0 issues) ·govulncheck ./...✅Deferred to Phase 2
AWS SDK v2, grpc/protobuf API swap, context plumbing.
🤖 Generated with Claude Code