node-linux-s390x 16.18.0 → 16.18.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 +19 -0
- package/bin/node +0 -0
- 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 valign="top">
|
|
12
|
+
<a href="#16.18.1">16.18.1</a><br/>
|
|
12
13
|
<a href="#16.18.0">16.18.0</a><br/>
|
|
13
14
|
<a href="#16.17.1">16.17.1</a><br/>
|
|
14
15
|
<a href="#16.17.0">16.17.0</a><br/>
|
|
@@ -65,6 +66,24 @@
|
|
|
65
66
|
* [io.js](CHANGELOG_IOJS.md)
|
|
66
67
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
67
68
|
|
|
69
|
+
<a id="16.18.1"></a>
|
|
70
|
+
|
|
71
|
+
## 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggs
|
|
72
|
+
|
|
73
|
+
This is a security release.
|
|
74
|
+
|
|
75
|
+
### Notable changes
|
|
76
|
+
|
|
77
|
+
The following CVEs are fixed in this release:
|
|
78
|
+
|
|
79
|
+
* **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium)
|
|
80
|
+
|
|
81
|
+
More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post.
|
|
82
|
+
|
|
83
|
+
### Commits
|
|
84
|
+
|
|
85
|
+
* \[[`9ffddd7098`](https://github.com/nodejs/node/commit/9ffddd7098)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#354](https://github.com/nodejs-private/node-private/pull/354)
|
|
86
|
+
|
|
68
87
|
<a id="16.18.0"></a>
|
|
69
88
|
|
|
70
89
|
## 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbol
|
package/bin/node
CHANGED
|
Binary file
|