From ab8d3c5a1262b4e04c0191a180914555d7c860c3 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 22 Feb 2021 17:25:07 +0000 Subject: 2021-02-23, Version 12.21.0 'Erbium' (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/256 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 6 +++--- doc/changelogs/CHANGELOG_V12.md | 24 ++++++++++++++++++++++++ src/node_version.h | 6 +++--- 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d67b72345..9f865c5a63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.20.2
+12.21.0
+12.20.2
12.20.1
12.20.0
12.19.1
diff --git a/doc/api/http2.md b/doc/api/http2.md index 7db9855e0ee..0aa5cfe3cae 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2012,7 +2012,7 @@ error will be thrown.