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-12 20:47:27 -0700
commit9bed19a1e0d78612426e5710aefe6ce31ca30923 (patch)
treeba9b25748b1f8f96895e2231aa251c997d6dc7e8
parent920a0afbf8f83962c70aaf9a144810f320be92b3 (diff)
downloadphp-git-9bed19a1e0d78612426e5710aefe6ce31ca30923.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)