]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorStanislav Malyshev <stas@php.net>
Mon, 4 Jan 2021 09:46:32 +0000 (01:46 -0800)
committerStanislav Malyshev <stas@php.net>
Mon, 4 Jan 2021 09:46:32 +0000 (01:46 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 03610ab9c50041d6cd9988fcb3d6834c9e1cff3b..60741d463a76a140c85ddfce36cc35eb577a89b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,8 @@ PHP                                                                        NEWS
   . Fixed bug #76813 (Access violation near NULL on source operand). (cmb)
 
 - Standard:
+  . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). 
+    (CVE-2020-7071) (cmb)
   . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
   . Fixed bug #80411 (References to null-serialized object break serialize()).
     (Nikita)