[ci skip] Fix NEWS format

This commit is contained in:
Christoph M. Becker 2021-06-29 10:28:01 +02:00
parent c68a687566
commit f5cba2d491
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

12
NEWS
View File

@ -3,14 +3,14 @@ PHP NEWS
?? ??? ????, PHP 7.3.29
- Core:
. Fixed #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)
. Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) (cmb)
- PDO_Firebird:
. Fixed #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704)
(cmb)
. Fixed #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) (cmb)
. Fixed #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) (cmb)
. Fixed #76452: Crash while parsing blob data in firebird_fetch_blob.
. Fixed bug #76448: Stack buffer overflow in firebird_info_cb.
(CVE-2021-21704) (cmb)
. Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) (cmb)
. Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) (cmb)
. Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob.
(CVE-2021-21704) (cmb)
29 Apr 2021, PHP 7.3.28