You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V10.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+
<a href="#10.24.1">10.24.1</a><br/>
14
15
<a href="#10.24.0">10.24.0</a><br/>
15
16
<a href="#10.23.3">10.23.3</a><br/>
16
17
<a href="#10.23.2">10.23.2</a><br/>
@@ -75,6 +76,34 @@
75
76
* [io.js](CHANGELOG_IOJS.md)
76
77
* [Archive](CHANGELOG_ARCHIVE.md)
77
78
79
+
<a id="10.24.1"></a>
80
+
## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins
81
+
82
+
This is a security release.
83
+
84
+
### Notable Changes
85
+
86
+
Vulerabilties fixed:
87
+
88
+
* **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)
89
+
* This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt
90
+
* Impacts:
91
+
* All versions of the 15.x, 14.x, 12.x and 10.x releases lines
* This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt
94
+
* Impacts:
95
+
* All versions of the 15.x, 14.x, 12.x and 10.x releases lines
* This is a vulnerability in the y18n npm module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh
98
+
* Impacts:
99
+
* All versions of the 14.x, 12.x and 10.x releases lines
0 commit comments