node-linux-arm64 22.17.0 → 22.17.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 +16 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- 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.17.1">22.17.1</a><br/>
|
|
12
13
|
<a href="#22.17.0">22.17.0</a><br/>
|
|
13
14
|
<a href="#22.16.0">22.16.0</a><br/>
|
|
14
15
|
<a href="#22.15.1">22.15.1</a><br/>
|
|
@@ -61,6 +62,21 @@
|
|
|
61
62
|
* [io.js](CHANGELOG_IOJS.md)
|
|
62
63
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
63
64
|
|
|
65
|
+
<a id="22.17.1"></a>
|
|
66
|
+
|
|
67
|
+
## 2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSS
|
|
68
|
+
|
|
69
|
+
This is a security release.
|
|
70
|
+
|
|
71
|
+
### Notable Changes
|
|
72
|
+
|
|
73
|
+
* (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
|
|
74
|
+
|
|
75
|
+
### Commits
|
|
76
|
+
|
|
77
|
+
* \[[`8cf5d66ab7`](https://github.com/nodejs/node/commit/8cf5d66ab7)] - **(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)
|
|
78
|
+
* \[[`9c0cb487ec`](https://github.com/nodejs/node/commit/9c0cb487ec)] - **win,build**: fix MSVS v17.14 compilation issue (StefanStojanovic) [#58902](https://github.com/nodejs/node/pull/58902)
|
|
79
|
+
|
|
64
80
|
<a id="22.17.0"></a>
|
|
65
81
|
|
|
66
82
|
## 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED