From 7a4f260c5df43caa2f522e739b7cc3e7595d7e09 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 +++++++++++++++++++++++++ src/node_version.h | 6 +++--- 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc6061fc0f33a..e7f7332c7dda91 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.