node-linux-arm64 20.19.3 → 20.19.4
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 +15 -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="#20.19.4">20.19.4</a><br/>
|
|
12
13
|
<a href="#20.19.3">20.19.3</a><br/>
|
|
13
14
|
<a href="#20.19.2">20.19.2</a><br/>
|
|
14
15
|
<a href="#20.19.1">20.19.1</a><br/>
|
|
@@ -72,6 +73,20 @@
|
|
|
72
73
|
* [io.js](CHANGELOG_IOJS.md)
|
|
73
74
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
74
75
|
|
|
76
|
+
<a id="20.19.4"></a>
|
|
77
|
+
|
|
78
|
+
## 2025-07-15, Version 20.19.4 'Iron' (LTS), @RafaelGSS
|
|
79
|
+
|
|
80
|
+
This is a security release.
|
|
81
|
+
|
|
82
|
+
### Notable Changes
|
|
83
|
+
|
|
84
|
+
* (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
|
|
85
|
+
|
|
86
|
+
### Commits
|
|
87
|
+
|
|
88
|
+
* \[[`db7b93fcef`](https://github.com/nodejs/node/commit/db7b93fcef)] - **(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)
|
|
89
|
+
|
|
75
90
|
<a id="20.19.3"></a>
|
|
76
91
|
|
|
77
92
|
## 2025-06-23, Version 20.19.3 'Iron' (LTS), @marco-ippolito
|
package/bin/node
CHANGED
|
Binary file
|