File tree Expand file tree Collapse file tree 4 files changed +36
-10
lines changed Expand file tree Collapse file tree 4 files changed +36
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.17.0 " >12.17.0</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.18.0 " >12.18.0</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.17.0 " >12.17.0</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.16.3 " >12.16.3</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.16.2 " >12.16.2</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V12.md#12.16.1 " >12.16.1</a ><br />
Original file line number Diff line number Diff line change @@ -1948,8 +1948,9 @@ error will be thrown.
1948
1948
<!-- YAML
1949
1949
added: v8.4.0
1950
1950
changes:
1951
- - version: REPLACEME
1952
- pr-url: https://github.com/nodejs-private/node-private/pull/204
1951
+ - version:
1952
+ - v12.18.0
1953
+ pr-url: https://github.com/nodejs-private/node-private/pull/206
1953
1954
description: Added `maxSettings` option with a default of 32.
1954
1955
- version: v12.16.0
1955
1956
pr-url: https://github.com/nodejs/node/pull/30534
@@ -2083,8 +2084,9 @@ server.listen(80);
2083
2084
<!-- YAML
2084
2085
added: v8.4.0
2085
2086
changes:
2086
- - version: REPLACEME
2087
- pr-url: https://github.com/nodejs-private/node-private/pull/204
2087
+ - version:
2088
+ - v12.18.0
2089
+ pr-url: https://github.com/nodejs-private/node-private/pull/206
2088
2090
description: Added `maxSettings` option with a default of 32.
2089
2091
- version: v12.16.0
2090
2092
pr-url: https://github.com/nodejs/node/pull/30534
@@ -2205,8 +2207,9 @@ server.listen(80);
2205
2207
<!-- YAML
2206
2208
added: v8.4.0
2207
2209
changes:
2208
- - version: REPLACEME
2209
- pr-url: https://github.com/nodejs-private/node-private/pull/204
2210
+ - version:
2211
+ - v12.18.0
2212
+ pr-url: https://github.com/nodejs-private/node-private/pull/206
2210
2213
description: Added `maxSettings` option with a default of 32.
2211
2214
- version: v8.9.3
2212
2215
pr-url: https://github.com/nodejs/node/pull/17105
Original file line number Diff line number Diff line change 11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+ <a href="#12.18.0">12.18.0</a><br/>
14
15
<a href="#12.17.0">12.17.0</a><br/>
15
16
<a href="#12.16.3">12.16.3</a><br/>
16
17
<a href="#12.16.2">12.16.2</a><br/>
58
59
* [io.js](CHANGELOG_IOJS.md)
59
60
* [Archive](CHANGELOG_ARCHIVE.md)
60
61
62
+ <a id="12.18.0"></a>
63
+ ## 2020-06-02, Version 12.18.0 'Erbium' (LTS), @targos
64
+
65
+ ### Notable changes
66
+
67
+ This is a security release.
68
+
69
+ Vulnerabilities fixed:
70
+ * **CVE-2020-8172**: TLS session reuse can lead to host certificate verification bypass (High).
71
+ * **CVE-2020-11080**: HTTP/2 Large Settings Frame DoS (Low).
72
+ * **CVE-2020-8174**: `napi_get_value_string_*()` allows various kinds of memory corruption (High).
73
+
74
+ ### Commits
75
+
76
+ * [[`c6d0bdacc4`](https://github.com/nodejs/node/commit/c6d0bdacc4)] - **crypto**: update root certificates (AshCripps) [#33682](https://github.com/nodejs/node/pull/33682)
77
+ * [[`916b2824d1`](https://github.com/nodejs/node/commit/916b2824d1)] - **(SEMVER-MINOR)** **deps**: update nghttp2 to 1.41.0 (James M Snell) [nodejs-private/node-private#206](https://github.com/nodejs-private/node-private/pull/206)
78
+ * [[`d381426377`](https://github.com/nodejs/node/commit/d381426377)] - **(SEMVER-MINOR)** **http2**: implement support for max settings entries (James M Snell) [nodejs-private/node-private#206](https://github.com/nodejs-private/node-private/pull/206)
79
+ * [[`7dd8982570`](https://github.com/nodejs/node/commit/7dd8982570)] - **napi**: fix memory corruption vulnerability (Tobias Nießen) [nodejs-private/node-private#195](https://github.com/nodejs-private/node-private/pull/195)
80
+ * [[`0932309af2`](https://github.com/nodejs/node/commit/0932309af2)] - **tls**: emit `session` after verifying certificate (Fedor Indutny) [nodejs-private/node-private#200](https://github.com/nodejs-private/node-private/pull/200)
81
+ * [[`c392d3923f`](https://github.com/nodejs/node/commit/c392d3923f)] - **tools**: update certdata.txt (AshCripps) [#33682](https://github.com/nodejs/node/pull/33682)
82
+
61
83
<a id="12.17.0"></a>
62
84
## 2020-05-26, Version 12.17.0 'Erbium' (LTS), @targos
63
85
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_VERSION_H_
24
24
25
25
#define NODE_MAJOR_VERSION 12
26
- #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 18
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Erbium"
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments