Skip to content

Commit 8b068ec

Browse files
authored
blog: june-2020-security-releases pre-announcement (#3195)
1 parent e2aa129 commit 8b068ec

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
@@ -272,9 +272,9 @@ function getSource (callback) {
272272
lts: latestVersion.lts(versions)
273273
},
274274
banner: {
275-
visible: false,
276-
text: 'Security releases may be necessary for all release lines',
277-
link: '/en/blog/vulnerability/april-2020-openssl-updates/'
275+
visible: true,
276+
text: 'New security releases to be made available June 2, 2020',
277+
link: '/en/blog/vulnerability/june-2020-security-releases/'
278278
}
279279
}
280280
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
date: 2020-05-26T12:00:00.000Z
3+
category: vulnerability
4+
title: June 2020 Security Releases
5+
slug: june-2020-security-releases
6+
layout: blog-post.hbs
7+
author: Sam Roberts
8+
---
9+
10+
## Summary
11+
12+
The Node.js project will release security updates to all supported release lines on or shortly after Tuesday, June 2nd, 2020.
13+
14+
The highest severity fix will be "High".
15+
16+
## Impact
17+
18+
All supported versions (10.x, 12.x, and 14.x) of Node.js are vulnerable. Note that 13.x will be end-of-life on June 1st, before the security release date, and according to policy it will ***not*** receive any more updates.
19+
20+
## Release timing
21+
22+
Releases will be available on or shortly after Tuesday, June 2nd, 2020.
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)