node-linux-arm64 20.12.1 → 20.12.2
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.12.2">20.12.2</a><br/>
|
|
12
13
|
<a href="#20.12.1">20.12.1</a><br/>
|
|
13
14
|
<a href="#20.12.0">20.12.0</a><br/>
|
|
14
15
|
<a href="#20.11.1">20.11.1</a><br/>
|
|
@@ -56,6 +57,20 @@
|
|
|
56
57
|
* [io.js](CHANGELOG_IOJS.md)
|
|
57
58
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
58
59
|
|
|
60
|
+
<a id="20.12.2"></a>
|
|
61
|
+
|
|
62
|
+
## 2024-04-10, Version 20.12.2 'Iron' (LTS), @RafaelGSS
|
|
63
|
+
|
|
64
|
+
This is a security release.
|
|
65
|
+
|
|
66
|
+
### Notable Changes
|
|
67
|
+
|
|
68
|
+
* CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
|
|
69
|
+
|
|
70
|
+
### Commits
|
|
71
|
+
|
|
72
|
+
* \[[`69ffc6d50d`](https://github.com/nodejs/node/commit/69ffc6d50d)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#563](https://github.com/nodejs-private/node-private/pull/563)
|
|
73
|
+
|
|
59
74
|
<a id="20.12.1"></a>
|
|
60
75
|
|
|
61
76
|
## 2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSS
|
package/bin/node
CHANGED
|
Binary file
|