Skip to content

Commit

Permalink
2016-06-23, Version 4.4.6 'Argon' (LTS)
Browse files Browse the repository at this point in the history
This is an important security release. All Node.js users should consult
the security release summary at nodejs.org for details on patched
vulnerabilities.

This release is specifically related to a Buffer overflow vulnerability
discovered in v8, more details can be found in the CVE
https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669

PR-URL: https://github.com/nodejs/node-private/pull/41
  • Loading branch information
Myles Borins committed Jun 23, 2016
1 parent 79f961a commit a9c34ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.4.5">4.4.5</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.4.6">4.4.6</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.5">4.4.5</a></b>
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.4">4.4.4</a><br/>
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.3">4.4.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.2">4.4.2</a><br/>
Expand Down Expand Up @@ -156,6 +157,10 @@ release.
----
----

## 2016-06-23, Version 4.4.6 'Argon' (LTS), @thealphanerd

<a href="doc/changelogs/CHANGELOG_V4.md#4.4.6">Moved to doc/changelogs/CHANGELOG_V4.md#4.4.6</a>.

## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg

<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG_V012.md#0.12.14</a>.
Expand Down
13 changes: 13 additions & 0 deletions doc/changelogs/CHANGELOG_V4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</tr>
<tr>
<td valign="top">
<a href="#4.4.6">4.4.6</a><br/>
<a href="#4.4.5">4.4.5</a><br/>
<a href="#4.4.4">4.4.4</a><br/>
<a href="#4.4.3">4.4.3</a><br/>
Expand Down Expand Up @@ -46,6 +47,18 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2017 and maintained until April 2018.

<a id="4.4.6"></a>

## 2016-06-23, Version 4.4.6 'Argon' (LTS), @thealphanerd

This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities.

This release is specifically related to a Buffer overflow vulnerability discovered in v8, more details can be found [in the CVE](https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669)

### Commits

* [[`134c3b3977`](https://github.com/nodejs/node/commit/134c3b3977)] - **deps**: backport 3a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#38](https://github.com/nodejs/node-private/pull/38)

<a id="4.4.5"></a>
## 2016-05-24, Version 4.4.5 'Argon' (LTS), @thealphanerd

Expand Down

0 comments on commit a9c34ae

Please sign in to comment.