summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2020-03-15 19:35:26 -0700
committerStanislav Malyshev <stas@php.net>2020-03-15 19:38:31 -0700
commitc8d21d7728109b0f911033c098cfaeb7438ba1d5 (patch)
treed221783b007d49d9c8fd29e550cebbca455e0203
parent2c081b7e269d0f63cd9d60a40997f18b5cf793be (diff)
downloadphp-git-c8d21d7728109b0f911033c098cfaeb7438ba1d5.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60a48f30f7..b69258e93c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2020, PHP 7.2.29
+- Core:
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte)
+ (CVE-2020-7066) (cmb)
+
+- EXIF:
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
+ (Nikita)
20 Feb 2020, PHP 7.2.28