Skip to content

chore(deps): Bump x/crypto, x/net, grpc, pgx to address CVEs#139

Closed
ryands wants to merge 1 commit into
ConductorOne:mainfrom
hightouchio:security/oss-cve-jun-2026
Closed

chore(deps): Bump x/crypto, x/net, grpc, pgx to address CVEs#139
ryands wants to merge 1 commit into
ConductorOne:mainfrom
hightouchio:security/oss-cve-jun-2026

Conversation

@ryands

@ryands ryands commented Jun 17, 2026

Copy link
Copy Markdown

Description

  • Bug fix
  • New feature

Bumps four dependencies to their latest released versions to resolve CVEs flagged by
dependency scanning. go.mod + go.sum + vendor/ only; no functional changes.
go build ./..., go vet ./..., and go test ./... pass; vendor/ re-synced via
go mod vendor.

golang.org/x/crypto v0.50.0 → v0.53.0 (all fixed in 0.52.0)

golang.org/x/net v0.53.0 → v0.56.0 (fixed in 0.55.0)

github.com/jackc/pgx/v5 v5.7.4 → v5.10.0

google.golang.org/grpc v1.81.0 → v1.81.1

x/crypto and x/net were previously held back as indirect deps; promoting them to the
patched releases also clears several adjacent advisories fixed in the same release
(x/crypto 0.52.0, x/net 0.55.0).

Useful links:

@ryands ryands requested a review from a team June 17, 2026 22:32
@ryands

ryands commented Jun 17, 2026

Copy link
Copy Markdown
Author

Closing in favor of #138, which lands the same target versions for these deps
(pgx v5.10.0, grpc v1.81.1, x/crypto v0.53.0, x/net v0.56.0) and is maintainer-authored. Thanks for picking this up so quickly.

Leaving the CVE → fixed-version mapping here for the record.

golang.org/x/crypto → 0.53.0 (fixed in 0.52.0): CVE-2026-39830, -39831, -39832,
-39833, -39834, -42508, -46595
golang.org/x/net → 0.56.0 (fixed in 0.55.0): CVE-2026-39821
github.com/jackc/pgx/v5 → 5.10.0: CVE-2026-33815, -33816 (fixed 5.9.0),
CVE-2026-41889 (fixed 5.9.2)
google.golang.org/grpc: CVE-2026-33186 (fixed 1.79.3; already satisfied at 1.81.0)

@ryands ryands closed this Jun 17, 2026
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.

1 participant