From 7967875d70f9cb1ef6865c40b6c6364d9bcd0536 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 14 Nov 2021 23:35:26 -0800 Subject: [PATCH 1/2] [ci skip] Update NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 3e18b09047a..cede31ab910 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.3.33 +- XML: + . Fix #79971: special character is breaking the path in xml function. + (CVE-2021-21707) (cmb) 28 Oct 2021, PHP 7.3.32 From d14a9139d5c55521b21ccf1529c2289b57e64bda Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 16 Nov 2021 13:06:04 +0100 Subject: [PATCH 2/2] [ci skip] Fix news entry for bug #79971 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cede31ab910..254a7faba15 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.33 +18 Nov 2021, PHP 7.3.33 - XML: - . Fix #79971: special character is breaking the path in xml function. + . Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) (cmb) 28 Oct 2021, PHP 7.3.32