node-aix-ppc64 18.20.1 → 18.20.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.exp +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="#18.20.2">18.20.2</a><br/>
|
|
12
13
|
<a href="#18.20.1">18.20.1</a><br/>
|
|
13
14
|
<a href="#18.20.0">18.20.0</a><br/>
|
|
14
15
|
<a href="#18.19.1">18.19.1</a><br/>
|
|
@@ -66,6 +67,20 @@
|
|
|
66
67
|
* [io.js](CHANGELOG_IOJS.md)
|
|
67
68
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
68
69
|
|
|
70
|
+
<a id="18.20.2"></a>
|
|
71
|
+
|
|
72
|
+
## 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @RafaelGSS
|
|
73
|
+
|
|
74
|
+
This is a security release.
|
|
75
|
+
|
|
76
|
+
### Notable Changes
|
|
77
|
+
|
|
78
|
+
* CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
|
|
79
|
+
|
|
80
|
+
### Commits
|
|
81
|
+
|
|
82
|
+
* \[[`6627222409`](https://github.com/nodejs/node/commit/6627222409)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#564](https://github.com/nodejs-private/node-private/pull/564)
|
|
83
|
+
|
|
69
84
|
<a id="18.20.1"></a>
|
|
70
85
|
|
|
71
86
|
## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -5970,7 +5970,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xbe90b3699d
|
|
|
5970
5970
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x4e990dc076570297
|
|
5971
5971
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x37968115acb719a8
|
|
5972
5972
|
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x24cd3dee09471036
|
|
5973
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5973
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x9a54905ffc40d3ef
|
|
5974
5974
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5975
5975
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5976
5976
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|