Skip to content

Commit

Permalink
Fix changelog and release 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Mar 4, 2024
1 parent e78c705 commit 9b4513f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 1.14.3 (March 4, 2024)

* Update golang.org/x/crypto and golang.org/x/text

# 1.14.2 (March 4, 2024)

* Fix CVE-2024-27304. SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in
size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages
under the attacker's control.
* Update of github.com/jackc/pgproto3/v2 to v2.3.3
* Bump golang.org/x/crypto from 0.6.0 to 0.17.0

# 1.14.1 (July 19, 2023)

Expand Down

0 comments on commit 9b4513f

Please sign in to comment.