]> granicus.if.org Git - php/commitdiff
- add CVE
authorPierre Joye <pajoye@php.net>
Tue, 13 Mar 2012 12:55:33 +0000 (12:55 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 13 Mar 2012 12:55:33 +0000 (12:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1c47a6cc422afb1950b742e53c3257ca1c178431..4414a010723d7d63c6b46cfdf310b1b4efc2c141 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -317,9 +317,9 @@ PHP                                                                        NEWS
     been added. (Scott)
   . Added http_response_code() function. FR #52555. (Paul Dragoonis, Kalle)
   . Fixed bug #55500 (Corrupted $_FILES indices lead to security concern).
-    (Stas)
+    (CVE-2012-1172). (Stas)
   . Fixed bug #54374 (Insufficient validating of upload name leading to 
-    corrupted $_FILES indices). (Stas, lekensteyn at gmail dot com)
+    corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at gmail dot com)
 
 - Improved CLI SAPI:
   . Added built-in web server that is intended for testing purpose.