node-linux-s390x 24.4.0 → 24.4.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 +17 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#24.4.1">24.4.1</a><br/>
|
|
11
12
|
<a href="#24.4.0">24.4.0</a><br/>
|
|
12
13
|
<a href="#24.3.0">24.3.0</a><br/>
|
|
13
14
|
<a href="#24.2.0">24.2.0</a><br/>
|
|
@@ -45,6 +46,22 @@
|
|
|
45
46
|
* [io.js](CHANGELOG_IOJS.md)
|
|
46
47
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
47
48
|
|
|
49
|
+
<a id="24.4.1"></a>
|
|
50
|
+
|
|
51
|
+
## 2025-07-15, Version 24.4.1 (Current), @RafaelGSS
|
|
52
|
+
|
|
53
|
+
This is a security release.
|
|
54
|
+
|
|
55
|
+
### Notable Changes
|
|
56
|
+
|
|
57
|
+
* (CVE-2025-27209) HashDoS in V8 with new RapidHash algorithm
|
|
58
|
+
* (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
|
|
59
|
+
|
|
60
|
+
### Commits
|
|
61
|
+
|
|
62
|
+
* \[[`c33223f1a5`](https://github.com/nodejs/node/commit/c33223f1a5)] - **(CVE-2025-27209)** **deps**: V8: revert rapidhash commits (Michaël Zasso) [nodejs-private/node-private#713](https://github.com/nodejs-private/node-private/pull/713)
|
|
63
|
+
* \[[`56f9db2aaa`](https://github.com/nodejs/node/commit/56f9db2aaa)] - **(CVE-2025-27210)** **lib**: handle all windows reserved driver name (RafaelGSS) [nodejs-private/node-private#721](https://github.com/nodejs-private/node-private/pull/721)
|
|
64
|
+
|
|
48
65
|
<a id="24.4.0"></a>
|
|
49
66
|
|
|
50
67
|
## 2025-07-09, Version 24.4.0 (Current), @RafaelGSS
|
package/bin/node
CHANGED
|
Binary file
|