summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-28 13:30:30 +0000
committerPierre Joye <pajoye@php.net>2010-09-28 13:30:30 +0000
commit6bae8fbd9cb6f7a0ee20f9e92ca40d909b72b251 (patch)
tree69b099d30d1af7f3ffbf535a82af6408c578ece3
parentedb4351004e29cdc4fc3212daca146ddc9a4b0c7 (diff)
downloadphp-git-6bae8fbd9cb6f7a0ee20f9e92ca40d909b72b251.tar.gz
- Fixed possible flaw in open_basedir (CVE-2010-3436)
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6d8d00e2b2..c74002110b 100644
--- 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)