mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
86421cf1fc
commit
2c256d7123
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user