]> granicus.if.org Git - php/commitdiff
Add CVE assigned to 5.6.6 bugs after the release
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 19 Mar 2015 00:40:22 +0000 (02:40 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 19 Mar 2015 00:40:22 +0000 (02:40 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9ff195d78c6124216bca0c475b367f54e50100d3..f637a213529c235eaa595d2a1fd39745d7e7f398 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -141,7 +141,7 @@ PHP                                                                        NEWS
 
 - Enchant:
   . Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
-    (Antony)
+    (CVE-2014-9705) (Antony)
 
 - Fileinfo:
   . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
@@ -178,7 +178,8 @@ PHP                                                                        NEWS
     named pipes). (steffenb198 at aol dot com)
 
 - Phar:
-  . Fixed bug #68901 (use after free). (bugreports at internot dot info)
+  . Fixed bug #68901 (use after free). (CVE-2015-2301)
+    (bugreports at internot dot info)
 
 - Pgsql:
   . Fixed Bug #65199 (pg_copy_from() modifies input array variable) (Yasuo)