node-linux-arm64 21.7.2 → 21.7.3
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
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#21.7.3">21.7.3</a><br/>
|
|
11
12
|
<a href="#21.7.2">21.7.2</a><br/>
|
|
12
13
|
<a href="#21.7.1">21.7.1</a><br/>
|
|
13
14
|
<a href="#21.7.0">21.7.0</a><br/>
|
|
@@ -47,6 +48,20 @@
|
|
|
47
48
|
* [io.js](CHANGELOG_IOJS.md)
|
|
48
49
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
49
50
|
|
|
51
|
+
<a id="21.7.3"></a>
|
|
52
|
+
|
|
53
|
+
## 2024-04-10, Version 21.7.3 (Current), @RafaelGSS
|
|
54
|
+
|
|
55
|
+
This is a security release.
|
|
56
|
+
|
|
57
|
+
### Notable Changes
|
|
58
|
+
|
|
59
|
+
* CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
|
|
60
|
+
|
|
61
|
+
### Commits
|
|
62
|
+
|
|
63
|
+
* \[[`9095c914ed`](https://github.com/nodejs/node/commit/9095c914ed)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#562](https://github.com/nodejs-private/node-private/pull/562)
|
|
64
|
+
|
|
50
65
|
<a id="21.7.2"></a>
|
|
51
66
|
|
|
52
67
|
## 2024-04-03, Version 21.7.2 (Current), @RafaelGSS prepared by @marco-ippolito
|
package/bin/node
CHANGED
|
Binary file
|