node-aix-ppc64 20.18.1 → 20.18.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 +24 -0
- package/bin/node +0 -0
- package/include/node/node.exp +19 -19
- 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.18.2">20.18.2</a><br/>
|
|
12
13
|
<a href="#20.18.1">20.18.1</a><br/>
|
|
13
14
|
<a href="#20.18.0">20.18.0</a><br/>
|
|
14
15
|
<a href="#20.17.0">20.17.0</a><br/>
|
|
@@ -66,6 +67,29 @@
|
|
|
66
67
|
* [io.js](CHANGELOG_IOJS.md)
|
|
67
68
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
68
69
|
|
|
70
|
+
<a id="20.18.2"></a>
|
|
71
|
+
|
|
72
|
+
## 2025-01-21, Version 20.18.2 'Iron' (LTS), @RafaelGSS
|
|
73
|
+
|
|
74
|
+
This is a security release.
|
|
75
|
+
|
|
76
|
+
### Notable Changes
|
|
77
|
+
|
|
78
|
+
* CVE-2025-23083 - throw on InternalWorker use when permission model is enabled (High)
|
|
79
|
+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
|
|
80
|
+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
|
|
81
|
+
|
|
82
|
+
Dependency update:
|
|
83
|
+
|
|
84
|
+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
|
|
85
|
+
|
|
86
|
+
### Commits
|
|
87
|
+
|
|
88
|
+
* \[[`df8b9f2c3e`](https://github.com/nodejs/node/commit/df8b9f2c3e)] - **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo Collina) [nodejs-private/node-private#663](https://github.com/nodejs-private/node-private/pull/663)
|
|
89
|
+
* \[[`42d5821873`](https://github.com/nodejs/node/commit/42d5821873)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
|
|
90
|
+
* \[[`8187a4b9bb`](https://github.com/nodejs/node/commit/8187a4b9bb)] - **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS)
|
|
91
|
+
* \[[`389f239a28`](https://github.com/nodejs/node/commit/389f239a28)] - **(CVE-2025-23083)** **src,loader,permission**: throw on InternalWorker use (RafaelGSS) [nodejs-private/node-private#652](https://github.com/nodejs-private/node-private/pull/652)
|
|
92
|
+
|
|
69
93
|
<a id="20.18.1"></a>
|
|
70
94
|
|
|
71
95
|
## 2024-11-20, Version 20.18.1 'Iron' (LTS), @marco-ippolito
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -5980,22 +5980,22 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5980
5980
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5981
5981
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5982
5982
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5983
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5984
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
5985
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5986
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5987
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5988
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5989
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5990
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5991
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
5992
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5993
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5994
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5983
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x2c2de9e57fcbecea
|
|
5984
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0xbcec1aa76fbd4407
|
|
5985
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xf51fa753b0ebca4f
|
|
5986
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_E21CEA7D_0x480576141ecd30a5
|
|
5987
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x7f83a79add117576
|
|
5988
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x7911e03fe8c5196c
|
|
5989
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_E21CEA7D_0xf1e25586ed491056
|
|
5990
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xbe29acc57e56c9e1
|
|
5991
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x65acecc0c15cb091
|
|
5992
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x398b047d0a665c52
|
|
5993
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xfab083e9bf8906f
|
|
5994
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x897ee7c8b80d3418
|
|
5995
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x58a87499f45b626b
|
|
5996
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x17efabc35655a985
|
|
5997
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x5d1cae961c90ed29
|
|
5998
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x793de1f7a8cefb2c
|
|
5999
5999
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6000
6000
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
6001
6001
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -7089,9 +7089,9 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
|
7089
7089
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7090
7090
|
_GLOBAL__I_65535_0__ZNK4node4quic10TLSContext4sideEv
|
|
7091
7091
|
_GLOBAL__I_65535_0__ZNK4node4quic6Packet11destinationEv
|
|
7092
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7093
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7094
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7092
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x5f552cd9c7976878
|
|
7093
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x1ebc8f6bc4f2a2b3
|
|
7094
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0x1ab365e3153a8100
|
|
7095
7095
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7096
7096
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7097
7097
|
_HZData_75
|