chore(deps): bump pgx/v5 from 5.7.5 to 5.9.2 in software_value - #4612
Conversation
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
PR SummaryMedium Risk Overview Indirect modules are tidied: Reviewed by Cursor Bugbot for commit 9e24c83. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
|
There was a problem hiding this comment.
Pull request overview
Updates the software_value Go module to pgx/v5 5.9.2 and Go 1.25.
Changes:
- Removes
x/crypto. - Refreshes dependency checksums.
- Updates module metadata and versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
services/apps/git_integration/src/crowdgit/services/software_value/go.sum |
Refreshes dependency checksums. |
services/apps/git_integration/src/crowdgit/services/software_value/go.mod |
Updates Go and pgx versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Resolves 9 open critical Dependabot alerts on
services/apps/git_integration/src/crowdgit/services/software_value/go.modin one bump, replacing Dependabot PR #4049 (which couldn't touch thegodirective):Changes
github.com/jackc/pgx/v55.7.5 → 5.9.2 — GHSA-9jj7-4m8r-rfcm (CVE-2026-33816), GHSA-xgrm-4fwx-7qm8 (CVE-2026-33815). 5.9.2 chosen over the advisory minimum 5.9.0 because 5.9.1 fixed a data-corruption regression in 5.9.0's SendBatch decode path.golang.org/x/cryptoremoved entirely — pgx 5.9.x dropped its x/crypto dependency, sogo mod tidyeliminates it, resolving all 7 x/crypto GHSAs on this manifest (CVE-2026-46595, CVE-2026-42508, CVE-2026-39830..39834) by removal rather than bump to 0.52.0.godirective 1.24.0 → 1.25.0 (required by pgx 5.9.x; matches thegolang:1.25-alpinebuilder inDockerfile.git_integration).Validation
golang:1.25-alpine(the pinned builder image), no host toolchain.git-integration-devimage build green — compiles the software_value binary from this go.mod/go.sum on the real toolchain (repo CI does not gate this worker).Dependabot PR #4049 can be closed once this merges. The remaining critical alerts on git_integration are pgx in vulnerability_scanner (#4057) and grpc (#4552, needs rebase).