Skip to content

Commit 9a7c049

Browse files
authored
blog: add blog for dec security releases (#2822)
* blog: add blog for dec security releases PR-URL: #2822 Reviewed-By: Richard Lau <[email protected]>
1 parent 7a6a263 commit 9a7c049

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

build.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ function getSource (callback) {
290290
lts: latestVersion.lts(versions)
291291
},
292292
banner: {
293-
visible: false,
294-
text: 'New security releases now available for all release lines',
295-
link: '/en/blog/vulnerability/february-2019-security-releases/'
293+
visible: true,
294+
text: 'New security releases to be made available Dec 17, 2019',
295+
link: '/en/blog/vulnerability/december-2019-security-releases/'
296296
}
297297
}
298298
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
date: 2019-12-12T18:20:47.733Z
3+
category: vulnerability
4+
title: December 2019 Security Releases
5+
slug: december-2019-security-releases
6+
layout: blog-post.hbs
7+
author: Michael Dawson
8+
---
9+
10+
# Summary


11+
12+
The Node.js project will release new versions of all supported release lines on or shortly after Tuesday December 17, 2019 UTC. The only update in these releases will be an updated version of npm addressing the vulnerability announced in https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli.
13+
14+
In the meantime, users should update to npm 6.13.4 by following the instructions provided in the npm advisory. As a general rule, avoid running npm in production environments.
15+
16+
# Impact
17+
18+
All versions of Node.js are vulnerable including the LTS and current releases: Node.js 8 (LTS "Carbon"), Node.js 10 (LTS "Dubnium") , Node.js 12 (LTS "Erbium"), and Node.js 13.
19+
20+
# Release timing

21+
22+
Releases will be available at, or shortly after, Tuesday, December 17, 2019 UTC.
23+
24+
# 
Contact and future updates


25+
26+
The current Node.js security policy can be found at https://nodejs.org/en/security/.

 Please follow the process outlined in https://github.com/nodejs/node/blob/master/SECURITY.md if you wish to report a vulnerability in Node.js.


27+
28+
Subscribe to the low-volume announcement-only nodejs-sec mailing list at https://groups.google.com/forum/#!forum/nodejs-sec to stay up to date on security vulnerabilities and security-related releases of Node.js and the projects maintained in the nodejs GitHub organization.

0 commit comments

Comments
 (0)