summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 09:57:59 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-09-29 09:57:59 +0200
commit251b1fe177af320256c901e40c9e5fce18316d13 (patch)
tree0dd126aba5e15135e6a8a7becb5570b0b2d02904
parent78c2deb356344482ec9a84abfbd7ec1c63e0dc73 (diff)
downloadphp-git-PHP-7.3.23.tar.gz
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a1c46756cf..d35d5107a2 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ PHP NEWS
. Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
. Fixed bug #80049 (Memleak when coercing integers to string via variadic
argument). (Nikita)
- . Fixed bug ##79699 (PHP parses encoded cookie names so malicious `__Host-`
+ . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
cookies can be sent). (CVE-2020-7070) (Stas)
- Calendar:
@@ -24,7 +24,7 @@ PHP NEWS
handlers changed). (SammyK)
- OpenSSL:
- . Fixed bug ##79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
+ . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
bytes IV). (CVE-2020-7069) (Jakub Zelenka)
- PDO: