1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

[ci skip] Add missing CVE in NEWS

This commit is contained in:
Pierrick Charron
2023-01-03 14:27:16 -05:00
parent acb1af802d
commit bbb90d4d05

4
NEWS
View File

@@ -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)