summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-14 18:18:18 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-14 18:18:18 +0200
commitc4cdf1ae1286280e9c59df85c90b0a722631e23c (patch)
tree343cd61178bb600002b1dc60f4d047a87fc64077
parent2814850fd9d0609fc9d0b936d00285184867ef2e (diff)
downloadphp-git-c4cdf1ae1286280e9c59df85c90b0a722631e23c.tar.gz
Add missing CVE
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95e520e32a..b7ded38bf1 100644
--- a/NEWS
+++ b/NEWS
@@ -54,7 +54,7 @@ PHP NEWS
- Standard:
. Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas)
- . Fixed bug #79465 (OOB Read in urldecode()). (stas)
+ . Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067) (stas)
. Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
without newline). (Christian Schneider)