From 275bf3beaeb2699e6a0efc7ff488399d28ef9068 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 4 Jan 2023 00:03:23 -0600 Subject: [PATCH] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index feb6e882ff5..6833d8a4ee4 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,10 @@ PHP NEWS . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird). (cmb) +- PDO/SQLite: + . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631) + (cmb) + - Session: . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)