Skip to content

build(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2#663

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/jackc/pgx/v5-5.9.2
Closed

build(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2#663
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/jackc/pgx/v5-5.9.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2.

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.9.1 to 5.9.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.9.1...v5.9.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 21, 2026
@roborev-ci
Copy link
Copy Markdown

roborev-ci Bot commented Apr 21, 2026

roborev: Combined Review (03a6b2b)

Verdict: No medium, high, or critical findings.

The reviewed diff appears clean at the requested reporting threshold. Multiple reviews only identified the same low-severity go.mod:8 dependency hygiene issue, which is omitted here per instructions.


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

@wesm wesm closed this in #666 Apr 22, 2026
wesm added a commit that referenced this pull request Apr 22, 2026
## Summary

Consolidates the following dependabot updates:

- #663 -- build(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2
- #664 -- build(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.1
- #665 -- build(deps): bump github.com/coder/acp-go-sdk from 0.6.3 to 0.12.0

The acp-go-sdk 0.6.3 → 0.12.0 jump introduces breaking renames that are adapted in `internal/agent`:

- `KillTerminalCommand` method → `KillTerminal` (to satisfy the new `acp.Client` interface), along with the associated `KillTerminalCommandRequest`/`Response` → `KillTerminalRequest`/`Response` types
- `acp.FileSystemCapability` → `acp.FileSystemCapabilities`
- `conn.SetSessionModel` / `acp.SetSessionModelRequest` / `acp.ModelId` → `conn.UnstableSetSessionModel` / `acp.UnstableSetSessionModelRequest` / `acp.UnstableModelId`
- `acp.RequestPermissionToolCall` → `acp.ToolCallUpdate` in tests

`flake.nix` vendorHash updated for the new dependency set.

Closes #663, #664, #665

Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/jackc/pgx/v5-5.9.2 branch April 22, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants