summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-04-12 20:47:27 -0700
committerStanislav Malyshev <stas@php.net>2015-04-14 00:25:55 -0700
commitae46d1ce19b789654e90bfcf91b11edc7de122a1 (patch)
tree526f11f1caee15a1b58aebfee00a01db5c541bf9
parentff70b40dc978f3f4c457f72a71bb43fd17ee360b (diff)
downloadphp-git-ae46d1ce19b789654e90bfcf91b11edc7de122a1.tar.gz
fix CVE num
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 584defdc4e..40b1a654d0 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ PHP NEWS
- Core:
. Fixed bug #68976 (Use After Free Vulnerability in unserialize())
- (CVE-2015-0231). (Stas)
+ (CVE-2015-2787). (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)