File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ release.
111
111
<a href =" doc/changelogs/CHANGELOG_V14.md#14.0.0 " >14.0.0</a ><br />
112
112
</td >
113
113
<td valign =" top " >
114
- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.10 " >12.22.10</a ></b ><br />
114
+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.11 " >12.22.11</a ></b ><br />
115
+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.10 " >12.22.10</a ><br />
115
116
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.9 " >12.22.9</a ><br />
116
117
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.8 " >12.22.8</a ><br />
117
118
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.7 " >12.22.7</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="#12.22.11">12.22.11</a><br/>
12
13
<a href="#12.22.10">12.22.10</a><br/>
13
14
<a href="#12.22.9">12.22.9</a><br/>
14
15
<a href="#12.22.8">12.22.8</a><br/>
83
84
* [io.js](CHANGELOG_IOJS.md)
84
85
* [Archive](CHANGELOG_ARCHIVE.md)
85
86
87
+ <a id="12.22.11"></a>
88
+
89
+ ## 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlau
90
+
91
+ This is a security release.
92
+
93
+ ### Notable changes
94
+
95
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
96
+
97
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
98
+ More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
99
+
100
+ Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
101
+ run CI tests.
102
+
103
+ ### Commits
104
+
105
+ * \[[`e3e5bf11ba`](https://github.com/nodejs/node/commit/e3e5bf11ba)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
106
+ * \[[`f41e7771bf`](https://github.com/nodejs/node/commit/f41e7771bf)] - **build**: fix detection of Visual Studio 2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
107
+ * \[[`c372ec207d`](https://github.com/nodejs/node/commit/c372ec207d)] - **deps**: update archs files for OpenSSL-1.1.n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
108
+ * \[[`d574a1dccb`](https://github.com/nodejs/node/commit/d574a1dccb)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
109
+
86
110
<a id="12.22.10"></a>
87
111
88
112
## 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadorno
You can’t perform that action at this time.
0 commit comments