2025-05-14, Version 23.11.1 (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/708
This commit is contained in:
RafaelGSS 2025-05-07 11:28:39 -03:00
parent b1e9171a44
commit 86421cf1fc
No known key found for this signature in database
GPG Key ID: 8BEAB4DFCF555EF4
2 changed files with 20 additions and 1 deletions

View File

@ -44,7 +44,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.11.0">23.11.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.11.1">23.11.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.11.0">23.11.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.10.0">23.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.9.0">23.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.8.0">23.8.0</a><br/>

View File

@ -8,6 +8,7 @@
</tr>
<tr>
<td>
<a href="#23.11.1">23.11.1</a><br/>
<a href="#23.11.0">23.11.0</a><br/>
<a href="#23.10.0">23.10.0</a><br/>
<a href="#23.9.0">23.9.0</a><br/>
@ -51,6 +52,23 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="23.11.1"></a>
## 2025-05-14, Version 23.11.1 (Current), @RafaelGSS
This is a security release.
### Notable Changes
src:
* (CVE-2025-23166) fix error handling on async crypto operation
### Commits
* \[[`a271810ce2`](https://github.com/nodejs/node/commit/a271810ce2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
* \[[`a12107f0dd`](https://github.com/nodejs/node/commit/a12107f0dd)] - **(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="23.11.0"></a>
## 2025-04-01, Version 23.11.0 (Current), @aduh95