all: require Go 1.25 and close the Dependabot graph - #3
Merged
Conversation
pgx 5.9.2 is the only vulnerable module the released binary imported, and it needs Go 1.25. testcontainers 0.43 drops github.com/docker/docker, which was the rest of the alerts. The toolchain line is the patched stdlib; govulncheck now runs in CI so the next one is a failing check rather than 29 open alerts. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
toolchain go1.25.12) so we can take pgx 5.9.2, which is the only vulnerable module the released binary imported. That closes the two memory-safety criticals and the simple-protocol SQLi.github.com/docker/docker. gRPC and the old Docker CVEs leave with it.x/crypto0.52.0,x/text0.39.0, otel 1.44.0.govulncheckon./cmd/pgmigrate ./internal/...(no integration tag). Weekly grouped Dependabot for gomod minor/patch so the next bump is one PR.govulncheckon the released surface is clean. The integration-tagged scan finds no reachable symbols;x/crypto/openpgpremains an unused, unpatched module finding.Test plan
govulncheck ./cmd/pgmigrate ./internal/...govulncheck -tags=integration ./...(no reachable symbols)gofmt,vet, unit tests, racemake integration(one indexbuild container-start flake under parallel load; package retried clean)make e2e(migration-e2e=ok)Made with Cursor