Skip to content

Commit de981b4

Browse files
committed
2025-05-14, Version 24.0.2 (Current)
This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operations PR-URL: nodejs-private/node-private#714
1 parent 7d0c17b commit de981b4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

doc/changelogs/CHANGELOG_V24.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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>
@@ -40,6 +41,20 @@
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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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)

0 commit comments

Comments
 (0)