Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-09-14 09:48:25 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-09-15 23:43:35 +0300
commit9ab5c6b96ceef1ac53729e243d5f8de8641d05ae (patch)
treeb1b243c83263e29f1a7fb731b4e0bc1d1709b23d /doc/changelogs/CHANGELOG_V12.md
parent3bdac31c4b177e13a895a8541b35fa046a557174 (diff)
2020-09-15, Version 12.18.4 'Erbium' (LTS)
This is a security release. Notable changes: Vulnerabilities fixed: - CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High). - CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium). PR-URL: https://github.com/nodejs-private/node-private/pull/223
Diffstat (limited to 'doc/changelogs/CHANGELOG_V12.md')
-rw-r--r--doc/changelogs/CHANGELOG_V12.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md
index ee0a3149821..1c835ab26b3 100644
--- a/doc/changelogs/CHANGELOG_V12.md
+++ b/doc/changelogs/CHANGELOG_V12.md
@@ -11,6 +11,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#12.18.4">12.18.4</a><br/>
<a href="#12.18.3">12.18.3</a><br/>
<a href="#12.18.2">12.18.2</a><br/>
<a href="#12.18.1">12.18.1</a><br/>
@@ -64,6 +65,24 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="12.18.4"></a>
+## 2020-09-15, Version 12.18.4 'Erbium' (LTS), @targos
+
+### Notable Changes
+
+This is a security release.
+
+Vulnerabilities fixed:
+
+* **CVE-2020-8201**: HTTP Request Smuggling due to CR-to-Hyphen conversion (High).
+* **CVE-2020-8252**: fs.realpath.native on may cause buffer overflow (Medium).
+
+### Commits
+
+* [[`2ea6d255f8`](https://github.com/nodejs/node/commit/2ea6d255f8)] - **deps**: libuv: cherry-pick 0e6e8620 (cjihrig) [nodejs-private/node-private#221](https://github.com/nodejs-private/node-private/pull/221)
+* [[`65415049af`](https://github.com/nodejs/node/commit/65415049af)] - **deps**: update llhttp to 2.1.2 (Fedor Indutny) [nodejs-private/node-private#219](https://github.com/nodejs-private/node-private/pull/219)
+* [[`edad52e243`](https://github.com/nodejs/node/commit/edad52e243)] - **test**: modify tests to support the latest llhttp (Fedor Indutny) [nodejs-private/node-private#219](https://github.com/nodejs-private/node-private/pull/219)
+
<a id="12.18.3"></a>
## 2020-07-22, Version 12.18.3 'Erbium' (LTS), @codebytere