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: https://github.com/nodejs-private/node-private/pull/714
This commit is contained in:
RafaelGSS 2025-05-12 10:49:55 -03:00
parent 86421cf1fc
commit 2c256d7123
No known key found for this signature in database
GPG Key ID: 8BEAB4DFCF555EF4
2 changed files with 17 additions and 1 deletions

View File

@ -40,7 +40,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.0.1">24.0.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.0.2">24.0.2</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V24.md#24.0.1">24.0.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
</td>
<td valign="top">

View File

@ -8,6 +8,7 @@
</tr>
<tr>
<td>
<a href="#24.0.2">24.0.2</a><br/>
<a href="#24.0.1">24.0.1</a><br/>
<a href="#24.0.0">24.0.0</a><br/>
</td>
@ -40,6 +41,20 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="24.0.2"></a>
## 2025-05-14, Version 24.0.2 (Current), @RafaelGSS
This is a security release.
### Notable Changes
* (CVE-2025-23166) fix error handling on async crypto operation
### Commits
* \[[`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)
<a id="24.0.1"></a>
## 2025-05-08, Version 24.0.1 (Current), @aduh95