From 40b805a6ef4b3778c465a091978c046652b46e21 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Mon, 22 Feb 2021 11:00:16 +0000 Subject: [PATCH] 2021-02-23, Version 14.16.0 'Fermium' (LTS) This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - **CVE-2021-22884**: DNS rebinding in --inspect - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate PR-URL: https://github.com/nodejs-private/node-private/pull/254 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 12 +++++++++--- doc/changelogs/CHANGELOG_V14.md | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c25905dfee..458ca445b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,8 @@ release. 15.0.0
-14.15.5
+14.16.0
+14.15.5
14.15.4
14.15.3
14.15.2
diff --git a/doc/api/http2.md b/doc/api/http2.md index 78b2f5f16fa..bae46198905 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2122,7 +2122,9 @@ Throws `ERR_INVALID_ARG_TYPE` for invalid `settings` argument.