node-aix-ppc64 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.exp +1 -1
- 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
|
package/include/node/node.exp
CHANGED
|
@@ -5997,7 +5997,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0x18b1e
|
|
|
5997
5997
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xe024b3244e0d65d2
|
|
5998
5998
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xd1d01372b263d45d
|
|
5999
5999
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x752cde940e7dfac2
|
|
6000
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
6000
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x4d37d11a258a2aed
|
|
6001
6001
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6002
6002
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
6003
6003
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|