node-linux-arm64 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 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
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 24
26
26
  #define NODE_MINOR_VERSION 4
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v24.4.0",
3
+ "version": "v24.4.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"