pgx/internal
Jack Christensen c543134753 SQL sanitizer wraps arguments in parentheses
pgx v5 was not vulnerable to CVE-2024-27289 do to how the sanitizer was
being called. But the sanitizer itself still had the underlying issue.
This commit ports the fix from pgx v4 to v5 to ensure that the issue
does not emerge if pgx uses the sanitizer differently in the future.
2024-03-04 09:09:42 -06:00
..
anynil Replace interface{} with any 2022-04-09 09:12:55 -05:00
iobufpool Fix tests for iobufpool optimization 2023-01-28 09:30:12 -06:00
pgio Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
pgmock Make use of strings.Cut 2023-10-04 20:41:55 +03:00
sanitize SQL sanitizer wraps arguments in parentheses 2024-03-04 09:09:42 -06:00
stmtcache Fix: prepared statement already exists 2024-02-03 12:33:17 -06:00