From 6f9b62273732c5e935489485f6cc3ac1ca2f47c4 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Mon, 22 Feb 2021 01:13:01 +0000 Subject: [PATCH] 2021-02-23, Version 15.10.0 (Current) 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/253 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 6 +++--- doc/changelogs/CHANGELOG_V15.md | 25 +++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7305dada2b3e..4c25905dfeef37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -15.9.0
+15.10.0
+15.9.0
15.8.0
15.7.0
15.6.0
diff --git a/doc/api/http2.md b/doc/api/http2.md index edfc235bfa2ca3..78b2f5f16fa0c5 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2122,7 +2122,7 @@ Throws `ERR_INVALID_ARG_TYPE` for invalid `settings` argument.