summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2022-03-17 17:27:24 -0400
committerRichard Lau <rlau@redhat.com>2022-03-17 20:53:43 -0400
commitc7173ede3f402214cc956831db5e5f9873ff7bf4 (patch)
tree2194e9a1fc28daa0c8be975aa84e783b838cd644 /doc/changelogs
parentb1174f3e9bf7ce330bb48ffd922fd216951a6a20 (diff)
downloadnode-new-c7173ede3f402214cc956831db5e5f9873ff7bf4.tar.gz
2022-03-17, Version 16.14.2 'Gallium' (LTS)
This is a security release. Notable changes: Update to OpenSSL 1.1.1n, which addresses the following vulnerability: - Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt PR-URL: https://github.com/nodejs/node/pull/42385
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V16.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md
index 6893c95fec..2dd7c59969 100644
--- a/doc/changelogs/CHANGELOG_V16.md
+++ b/doc/changelogs/CHANGELOG_V16.md
@@ -9,6 +9,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#16.14.2">16.14.2</a><br/>
<a href="#16.14.1">16.14.1</a><br/>
<a href="#16.14.0">16.14.0</a><br/>
<a href="#16.13.2">16.13.2</a><br/>
@@ -58,6 +59,25 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="16.14.2"></a>
+
+## 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
+
+This is a security release.
+
+### Notable Changes
+
+Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
+
+* Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
+ More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
+
+### Commits
+
+* \[[`3924618c74`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
+* \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1n (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
+* \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#42352](https://github.com/nodejs/node/pull/42352)
+
<a id="16.14.1"></a>
## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams