File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ release.
72
72
<a href =" doc/changelogs/CHANGELOG_V16.md#16.0.0 " >16.0.0</a ><br />
73
73
</td >
74
74
<td valign =" top " >
75
- <b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.19.0 " >14.19.0</a ></b ><br />
75
+ <b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.19.1 " >14.19.1</a ></b ><br />
76
+ <a href =" doc/changelogs/CHANGELOG_V14.md#14.19.0 " >14.19.0</a ><br />
76
77
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.3 " >14.18.3</a ><br />
77
78
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.2 " >14.18.2</a ><br />
78
79
<a href =" doc/changelogs/CHANGELOG_V14.md#14.18.1 " >14.18.1</a ><br />
Original file line number Diff line number Diff line change 9
9
</tr>
10
10
<tr>
11
11
<td valign="top">
12
+ <a href="#14.19.1">14.19.1</a><br/>
12
13
<a href="#14.19.0">14.19.0</a><br/>
13
14
<a href="#14.18.3">14.18.3</a><br/>
14
15
<a href="#14.18.2">14.18.2</a><br/>
71
72
* [io.js](CHANGELOG_IOJS.md)
72
73
* [Archive](CHANGELOG_ARCHIVE.md)
73
74
75
+ <a id="14.19.1"></a>
76
+
77
+ ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
78
+
79
+ This is a security release.
80
+
81
+ ### Notable Changes
82
+
83
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
84
+
85
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
86
+ More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
87
+
88
+ ### Commits
89
+
90
+ * \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42350](https://github.com/nodejs/node/pull/42350)
91
+ * \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
92
+ * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
93
+
74
94
<a id="14.19.0"></a>
75
95
76
96
## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
You can’t perform that action at this time.
0 commit comments