node-linux-s390x 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 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
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v14.20.0",
3
+ "version": "v14.20.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"