node-aix-ppc64 14.20.0 → 14.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 +24 -0
- package/bin/node +0 -0
- package/include/node/node.exp +4 -4
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
</tr>
|
|
12
12
|
<tr>
|
|
13
13
|
<td valign="top">
|
|
14
|
+
<a href="#14.20.1">14.20.1</a><br/>
|
|
15
|
+
<a href="#14.20.0">14.20.0</a><br/>
|
|
14
16
|
<a href="#14.19.3">14.19.3</a><br/>
|
|
15
17
|
<a href="#14.19.2">14.19.2</a><br/>
|
|
16
18
|
<a href="#14.19.1">14.19.1</a><br/>
|
|
@@ -73,6 +75,28 @@
|
|
|
73
75
|
* [io.js](CHANGELOG_IOJS.md)
|
|
74
76
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
75
77
|
|
|
78
|
+
<a id="14.20.1"></a>
|
|
79
|
+
|
|
80
|
+
## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl
|
|
81
|
+
|
|
82
|
+
This is a security release.
|
|
83
|
+
|
|
84
|
+
### Notable changes
|
|
85
|
+
|
|
86
|
+
The following CVEs are fixed in this release:
|
|
87
|
+
|
|
88
|
+
* **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
|
|
89
|
+
* **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium)
|
|
90
|
+
* **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
|
|
91
|
+
|
|
92
|
+
More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
|
|
93
|
+
|
|
94
|
+
### Commits
|
|
95
|
+
|
|
96
|
+
* \[[`a9f1146b88`](https://github.com/nodejs/node/commit/a9f1146b88)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
|
|
97
|
+
* \[[`a1121b456c`](https://github.com/nodejs/node/commit/a1121b456c)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#337](https://github.com/nodejs-private/node-private/pull/337)
|
|
98
|
+
* \[[`de80707870`](https://github.com/nodejs/node/commit/de80707870)] - **src**: fix IS\_LTS and IS\_RELEASE flags (Richard Lau) [#43761](https://github.com/nodejs/node/pull/43761)
|
|
99
|
+
|
|
76
100
|
<a id="14.20.0"></a>
|
|
77
101
|
|
|
78
102
|
## 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbol
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/node.exp
CHANGED
|
@@ -63969,18 +63969,18 @@ llhttp__internal__c_test_flags
|
|
|
63969
63969
|
llhttp__internal__c_test_flags_1
|
|
63970
63970
|
llhttp__internal__c_test_flags_2
|
|
63971
63971
|
llhttp__internal__c_test_flags_3
|
|
63972
|
-
llhttp__internal__c_test_flags_6
|
|
63973
63972
|
llhttp__internal__c_test_flags_7
|
|
63973
|
+
llhttp__internal__c_test_flags_8
|
|
63974
63974
|
llhttp__internal__c_update_content_length
|
|
63975
63975
|
llhttp__internal__c_update_finish
|
|
63976
63976
|
llhttp__internal__c_update_finish_1
|
|
63977
63977
|
llhttp__internal__c_update_finish_2
|
|
63978
63978
|
llhttp__internal__c_update_header_state
|
|
63979
|
-
|
|
63980
|
-
|
|
63981
|
-
llhttp__internal__c_update_header_state_5
|
|
63979
|
+
llhttp__internal__c_update_header_state_1
|
|
63980
|
+
llhttp__internal__c_update_header_state_3
|
|
63982
63981
|
llhttp__internal__c_update_header_state_6
|
|
63983
63982
|
llhttp__internal__c_update_header_state_7
|
|
63983
|
+
llhttp__internal__c_update_header_state_8
|
|
63984
63984
|
llhttp__internal__c_update_http_major
|
|
63985
63985
|
llhttp__internal__c_update_http_minor
|
|
63986
63986
|
llhttp__internal__c_update_status_code
|