2
0
Commit Graph

5 Commits

Author SHA1 Message Date
s.solodyagin ff905c39e4 rename module 2024-05-07 09:50:32 +03:00
s.solodyagin da703e344f Merge remote-tracking branch 'upstream/master' 2024-03-28 17:29:07 +03:00
Jack Christensen adbb38f298 Do not allow protocol messages larger than ~1GB
The PostgreSQL server will reject messages greater than ~1 GB anyway.
However, worse than that is that a message that is larger than 4 GB
could wrap the 32-bit integer message size and be interpreted by the
server as multiple messages. This could allow a malicious client to
inject arbitrary protocol messages.

https://github.com/jackc/pgx/security/advisories/GHSA-mrww-27vc-gghv
2024-03-04 09:09:29 -06:00
s.solodyagin 8418eab609 chore: change module name after fork 2024-01-15 15:26:58 +03:00
Jack Christensen a92f1df1df Merge remote-tracking branch 'pgproto3/master' into v5-dev
Pull in pgproto3 changes and update for pgx v5
2022-04-23 10:43:48 -05:00