You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V22.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td>
12
+
<a href="#22.15.1">22.15.1</a><br/>
12
13
<a href="#22.15.0">22.15.0</a><br/>
13
14
<a href="#22.14.0">22.14.0</a><br/>
14
15
<a href="#22.13.1">22.13.1</a><br/>
@@ -58,6 +59,23 @@
58
59
* [io.js](CHANGELOG_IOJS.md)
59
60
* [Archive](CHANGELOG_ARCHIVE.md)
60
61
62
+
<a id="22.15.1"></a>
63
+
64
+
## 2025-05-14, Version 22.15.1 'Jod' (LTS), @RafaelGSS
65
+
66
+
This is a security release.
67
+
68
+
### Notable Changes
69
+
70
+
* (CVE-2025-23166) fix error handling on async crypto operation
71
+
* (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup
72
+
73
+
### Commits
74
+
75
+
* \[[`edaf54da00`](https://github.com/nodejs/node/commit/edaf54da00)] - **fs**: added test for missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
0 commit comments