Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: june-2020-security-releases pre-announcement #3195

Merged
merged 1 commit into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ function getSource (callback) {
lts: latestVersion.lts(versions)
},
banner: {
visible: false,
text: 'Security releases may be necessary for all release lines',
link: '/en/blog/vulnerability/april-2020-openssl-updates/'
visible: true,
text: 'New security releases to be made available June 2, 2020',
link: '/en/blog/vulnerability/june-2020-security-releases/'
}
}
}
Expand Down
28 changes: 28 additions & 0 deletions locale/en/blog/vulnerability/june-2020-security-releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
date: 2020-05-26T12:00:00.000Z
category: vulnerability
title: June 2020 Security Releases
slug: june-2020-security-releases
layout: blog-post.hbs
author: Sam Roberts
---

## Summary

The Node.js project will release security updates to all supported release lines on or shortly after Tuesday, June 2nd, 2020.

The highest severity fix will be "High".

## Impact

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.

## Release timing

Releases will be available on or shortly after Tuesday, June 2nd, 2020.

## Contact and future updates

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.

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.