chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.9.2 in /services/apps/git_integration/src/crowdgit/services/vulnerability_scanner#4057
Conversation
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.5 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.5...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
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. |
2 similar comments
|
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. |
|
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. |
Bumps github.com/jackc/pgx/v5 from 5.7.5 to 5.9.2.
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
0aeabbcRelease v5.9.260644f8Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflowa5680bcMerge pull request #2531 from dolmen-go/godoc-add-linkse34e452doc: Add godoc links08c9bb1Fix Stringer types encoded as text instead of numeric value in composite fields96b4dbdRemove unstable testacf88e0Merge pull request #2526 from abrightwell/abrightwell-min-proto2f81f1fUpdatemax_protocol_versionandmin_protocol_versiondefaults4e4eaedRelease v5.9.16273188Fix batch result format corruption when using cached prepared statementsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Upgrades the PostgreSQL driver used by
vulnerability_scanner, which can subtly affect DB connectivity/query execution behavior at runtime despite being a dependency-only change.Overview
Updates
vulnerability_scanner’s Go dependencies by bumpinggithub.com/jackc/pgx/v5fromv5.7.5tov5.9.2(including upstream security and correctness fixes).Adjusts module metadata by adding
github.com/ossf/osv-schema/bindings/goas a direct requirement and updatesgo.sumaccordingly.Reviewed by Cursor Bugbot for commit 16bcae1. Bugbot is set up for automated code reviews on this repo. Configure here.