chore(deps): security sweep — x/net, x/text, pgx, go-jose, mongo-driver, runc - #126
Draft
arun-k-bharathan wants to merge 1 commit into
Draft
chore(deps): security sweep — x/net, x/text, pgx, go-jose, mongo-driver, runc#126arun-k-bharathan wants to merge 1 commit into
arun-k-bharathan wants to merge 1 commit into
Conversation
…er, runc Found via `govulncheck ./...`, none of these had an open Dependabot PR: - golang.org/x/net 0.47.0 -> 0.55.0 (GO-2026-5025/5027/5028/5029/5030) - golang.org/x/text 0.31.0 -> 0.39.0 (GO-2026-5970) - github.com/jackc/pgx/v5 5.7.5 -> 5.9.2 (GO-2026-5004, called from internal/psql/psql.go) - github.com/go-jose/go-jose/v4 4.0.5 -> 4.1.4 (GO-2026-4945, reached via grpcurl) - go.mongodb.org/mongo-driver 1.17.4 -> 1.17.7 (GO-2026-5327) - github.com/opencontainers/runc 1.2.8 -> 1.3.6 (GO-2026-5761) Confirmed with govulncheck before/after: all six advisories gone. grpc and docker/docker findings remain on this branch as expected — those are handled in PR freshworks-oss#125, which this branch was intentionally cut independently of.
This was referenced Aug 9, 2026
arun-k-bharathan
marked this pull request as draft
August 9, 2026 07:42
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
Six modules carrying advisories that
govulncheckreports as reachable from this codebase. None of them had an open Dependabot PR.golang.org/x/netgolang.org/x/textgithub.com/jackc/pgx/v5github.com/go-jose/go-jose/v4go.mongodb.org/mongo-drivergithub.com/opencontainers/runcTen advisories in total. The call paths
govulncheckreports for a few of them:internal/psql/psql.go:125reachessanitize.SanitizeSQLthroughsql.Rows.Close.dockertest.NewPoolatinternal/psql/utils.go:152.go mod tidyalso liftsgolang.org/x/cryptoto 0.51.0,golang.org/x/syncto 0.21.0 andgolang.org/x/systo 0.45.0. Onlygo.modandgo.sumchanged.Numbers
mainhas 14 reachable vulnerabilities across 8 modules. They split cleanly in two: the ten above, and four that belong to #125 (GO-2026-6061 in grpc, plus GO-2026-5668, GO-2026-4887 and GO-2026-4883 ingithub.com/docker/docker).This branch on its own brings the count from 14 to 4, and the 4 that remain are exactly #125's set. With both branches applied,
govulncheck ./...reports zero.Relationship to #125
This branch was cut from
mainindependently, so either PR can merge first. Whichever goes second will conflict ingo.modandgo.sum, because both movegolang.org/x/netandgo-jose. Resolving it is ago mod tidyon top of either side, and I'm happy to rebase this branch once #125 lands.For merge order I'd suggest #125, then this one, then #127 and #128. Nothing here changes behaviour, so it should be a cheap review.
No Dependabot PR is superseded. These six modules never had one open.
Test plan
go build ./...make test(go test -count=1 -race ./...), the full suite including the Docker-backed integration tests forcql,lua,psql,mongoandkafkagovulncheck ./...reports none of the ten advisories abovemake lintmatches themainbaseline (238 pre-existing findings, none new)