node-linux-s390x 22.13.0 → 22.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#22.13.1">22.13.1</a><br/>
|
|
12
13
|
<a href="#22.13.0">22.13.0</a><br/>
|
|
13
14
|
<a href="#22.12.0">22.12.0</a><br/>
|
|
14
15
|
<a href="#22.11.0">22.11.0</a><br/>
|
|
@@ -55,6 +56,29 @@
|
|
|
55
56
|
* [io.js](CHANGELOG_IOJS.md)
|
|
56
57
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
57
58
|
|
|
59
|
+
<a id="22.13.1"></a>
|
|
60
|
+
|
|
61
|
+
## 2025-01-21, Version 22.13.1 'Jod' (LTS), @RafaelGSS
|
|
62
|
+
|
|
63
|
+
This is a security release.
|
|
64
|
+
|
|
65
|
+
### Notable Changes
|
|
66
|
+
|
|
67
|
+
* CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High)
|
|
68
|
+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
|
|
69
|
+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
|
|
70
|
+
|
|
71
|
+
Dependency update:
|
|
72
|
+
|
|
73
|
+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
|
|
74
|
+
|
|
75
|
+
### Commits
|
|
76
|
+
|
|
77
|
+
* \[[`520da342e0`](https://github.com/nodejs/node/commit/520da342e0)] - **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo Collina) [nodejs-private/node-private#662](https://github.com/nodejs-private/node-private/pull/662)
|
|
78
|
+
* \[[`99f217369f`](https://github.com/nodejs/node/commit/99f217369f)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
|
|
79
|
+
* \[[`984f735e35`](https://github.com/nodejs/node/commit/984f735e35)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
|
|
80
|
+
* \[[`2446870618`](https://github.com/nodejs/node/commit/2446870618)] - **(CVE-2025-23083)** **src,loader,permission**: throw on InternalWorker use (RafaelGSS) [nodejs-private/node-private#651](https://github.com/nodejs-private/node-private/pull/651)
|
|
81
|
+
|
|
58
82
|
<a id="22.13.0"></a>
|
|
59
83
|
|
|
60
84
|
## 2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno
|
package/bin/node
CHANGED
|
Binary file
|