From bbb90d4d05ff517fc44214a6711d3ba423be4b58 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 3 Jan 2023 14:27:16 -0500 Subject: [PATCH] [ci skip] Add missing CVE in NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ba9b1c1142d..22b1a579674 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,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)