]> granicus.if.org Git - php/commitdiff
- Fixed possible flaw in open_basedir (CVE-2010-3436)
authorPierre Joye <pajoye@php.net>
Tue, 28 Sep 2010 13:30:30 +0000 (13:30 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 28 Sep 2010 13:30:30 +0000 (13:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6d8d00e2b2d1944e4ed6c2274f49d812f247f40e..c74002110bb56065ef5f9708c6f1fee98877db8d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,9 @@
 - Implemented symbolic links support for open_basedir checks. (Pierre)
 - Implemented FR #51804, SplFileInfo::getLinkTarget on Windows. (Pierre)
 
-- Fixed symbolic resolution support when the target is a DFS share. (Pierre)
+- Fixed possible flaw in open_basedir (CVE-2010-3436). (Pierre)
 - Fixed MOPS-2010-24, fix string validation. (CVE-2010-2950). (Pierre)
+- Fixed symbolic resolution support when the target is a DFS share. (Pierre)
 - Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED. 
   (Kalle)
 - Changed the $context parameter on copy() to actually have an effect. (Kalle)