Skip to content

Commit f95d715

Browse files
committed
2020-11-16, Version 12.19.1 'Erbium' (LTS)
This is a security release. Notable changes: Vulnerabilities fixed: * CVE-2020-8277: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses. PR-URL: nodejs-private/node-private#233
1 parent 022899e commit f95d715

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.19.0">12.19.0</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.19.1">12.19.1</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.19.0">12.19.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.4">12.18.4</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.3">12.18.3</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.2">12.18.2</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#12.19.1">12.19.1</a><br/>
1415
<a href="#12.19.0">12.19.0</a><br/>
1516
<a href="#12.18.4">12.18.4</a><br/>
1617
<a href="#12.18.3">12.18.3</a><br/>
@@ -64,6 +65,21 @@
6465
* [io.js](CHANGELOG_IOJS.md)
6566
* [Archive](CHANGELOG_ARCHIVE.md)
6667

68+
<a id="12.19.1"></a>
69+
## 2020-11-16, Version 12.19.1 'Erbium' (LTS), @BethGriggs
70+
71+
### Notable changes
72+
73+
This is a security release.
74+
75+
Vulnerabilities fixed:
76+
77+
* **CVE-2020-8277**: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses.
78+
79+
### Commits
80+
81+
* [[`022899e1d5`](https://github.com/nodejs/node/commit/022899e1d5)] - **deps**: cherry-pick 0d252eb from upstream c-ares (Michael Dawson) [nodejs-private/node-private#231](https://github.com/nodejs-private/node-private/pull/231)
82+
6783
<a id="12.19.0"></a>
6884
## 2020-10-06, Version 12.19.0 'Erbium' (LTS), @codebytere
6985

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Erbium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)