From f5cba2d49172a6e096cbe5741662612a67d051b2 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 29 Jun 2021 10:28:01 +0200 Subject: [PATCH] [ci skip] Fix NEWS format --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 26c03e79878..7d3591dbfb6 100644 --- a/NEWS +++ b/NEWS @@ -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