node-aix-ppc64 18.20.0 → 18.20.1
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 +20 -0
- package/bin/node +0 -0
- package/include/node/node.exp +2 -2
- 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.1">18.20.1</a><br/>
|
|
12
13
|
<a href="#18.20.0">18.20.0</a><br/>
|
|
13
14
|
<a href="#18.19.1">18.19.1</a><br/>
|
|
14
15
|
<a href="#18.19.0">18.19.0</a><br/>
|
|
@@ -65,6 +66,25 @@
|
|
|
65
66
|
* [io.js](CHANGELOG_IOJS.md)
|
|
66
67
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
67
68
|
|
|
69
|
+
<a id="18.20.1"></a>
|
|
70
|
+
|
|
71
|
+
## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS
|
|
72
|
+
|
|
73
|
+
This is a security release.
|
|
74
|
+
|
|
75
|
+
### Notable Changes
|
|
76
|
+
|
|
77
|
+
* CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 server crash- (High)
|
|
78
|
+
* CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
|
|
79
|
+
* llhttp version 9.2.1
|
|
80
|
+
* undici version 5.28.4
|
|
81
|
+
|
|
82
|
+
### Commits
|
|
83
|
+
|
|
84
|
+
* \[[`60d24938de`](https://github.com/nodejs/node/commit/60d24938de)] - **deps**: update undici to v5.28.4 (Matteo Collina) [nodejs-private/node-private#577](https://github.com/nodejs-private/node-private/pull/577)
|
|
85
|
+
* \[[`5d4d5848cf`](https://github.com/nodejs/node/commit/5d4d5848cf)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#558](https://github.com/nodejs-private/node-private/pull/558)
|
|
86
|
+
* \[[`0fb816dbcc`](https://github.com/nodejs/node/commit/0fb816dbcc)] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node-private#561](https://github.com/nodejs-private/node-private/pull/561)
|
|
87
|
+
|
|
68
88
|
<a id="18.20.0"></a>
|
|
69
89
|
|
|
70
90
|
## 2024-03-26, Version 18.20.0 'Hydrogen' (LTS), @richardlau
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -74232,9 +74232,9 @@ llhttp__internal__c_test_flags_2
|
|
|
74232
74232
|
llhttp__internal__c_test_flags_3
|
|
74233
74233
|
llhttp__internal__c_test_lenient_flags
|
|
74234
74234
|
llhttp__internal__c_test_lenient_flags_1
|
|
74235
|
+
llhttp__internal__c_test_lenient_flags_10
|
|
74235
74236
|
llhttp__internal__c_test_lenient_flags_2
|
|
74236
|
-
|
|
74237
|
-
llhttp__internal__c_test_lenient_flags_9
|
|
74237
|
+
llhttp__internal__c_test_lenient_flags_8
|
|
74238
74238
|
llhttp__internal__c_update_content_length
|
|
74239
74239
|
llhttp__internal__c_update_finish
|
|
74240
74240
|
llhttp__internal__c_update_finish_1
|