From f19f5b34d7c4e9a4e339b40bc791c78469091704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 2 Jun 2020 09:10:02 +0200 Subject: 2020-06-02, Version 12.18.0 'Erbium' (LTS) This is a security release. Notable changes: Vulnerabilities fixed: CVE-2020-8172: TLS session reuse can lead to host certificate verification bypass (High). CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low). CVE-2020-8174: `napi_get_value_string_*()` allows various kinds of memory corruption (High). PR-URL: https://github.com/nodejs-private/node-private/pull/213 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 15 +++++++++------ doc/changelogs/CHANGELOG_V12.md | 22 ++++++++++++++++++++++ src/node_version.h | 6 +++--- 4 files changed, 36 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3f628efd5..ebb5f874c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.17.0
+12.18.0
+12.17.0
12.16.3
12.16.2
12.16.1
diff --git a/doc/api/http2.md b/doc/api/http2.md index 08884feab9e..10924c4f52e 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1948,8 +1948,9 @@ error will be thrown.