File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ release.
4040</tr >
4141<tr >
4242 <td valign =" top " >
43- <b ><a href =" doc/changelogs/CHANGELOG_V24.md#24.0.1 " >24.0.1</a ></b ><br />
43+ <b ><a href =" doc/changelogs/CHANGELOG_V24.md#24.0.2 " >24.0.2</a ></b ><br />
44+ <a href =" doc/changelogs/CHANGELOG_V24.md#24.0.1 " >24.0.1</a ><br />
4445<a href =" doc/changelogs/CHANGELOG_V24.md#24.0.0 " >24.0.0</a ><br />
4546 </td >
4647 <td valign =" top " >
Original file line number Diff line number Diff line change 88</tr >
99<tr >
1010<td >
11+ <a href =" #24.0.2 " >24.0.2</a ><br />
1112<a href =" #24.0.1 " >24.0.1</a ><br />
1213<a href =" #24.0.0 " >24.0.0</a ><br />
1314</td >
4041 * [ io.js] ( CHANGELOG_IOJS.md )
4142 * [ Archive] ( CHANGELOG_ARCHIVE.md )
4243
44+ <a id =" 24.0.2 " ></a >
45+
46+ ## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
47+
48+ This is a security release.
49+
50+ ### Notable Changes
51+
52+ * (CVE-2025 -23166) fix error handling on async crypto operation
53+
54+ ### Commits
55+
56+ * \[ [ ` 7d0c17b2ad ` ] ( https://github.com/nodejs/node/commit/7d0c17b2ad )] - ** (CVE-2025 -23166)** ** src** : fix error handling on async crypto operations (RafaelGSS) [ nodejs-private/node-private #688 ] ( https://github.com/nodejs-private/node-private/pull/688 )
57+
4358<a id =" 24.0.1 " ></a >
4459
4560## 2025-05-08, Version 24.0.1 (Current), @aduh95
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 0
3030#define NODE_VERSION_LTS_CODENAME ""
3131
32- #define NODE_VERSION_IS_RELEASE 0
32+ #define NODE_VERSION_IS_RELEASE 1
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments