From 577d3f94361cb7bef4839f5621db4f8f6fad8105 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 5 Jun 2018 23:25:28 -0400 Subject: [PATCH 1/5] doc: june 2018 sec pre-announce Add blog for June 2018 pre-announce Update header to point to pre-announce --- build.js | 6 ++-- .../june-2018-security-releases.md | 32 +++++++++++++++++++ 2 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 locale/en/blog/vulnerability/june-2018-security-releases.md diff --git a/build.js b/build.js index 8ba9a5a3e0648..6c7a92b981620 100755 --- a/build.js +++ b/build.js @@ -254,9 +254,9 @@ function getSource (callback) { lts: latestVersion.lts(versions) }, banner: { - visible: false, - text: 'Important March 2018 security upgrades now available', - link: '/en/blog/vulnerability/march-2018-security-releases/' + visible: true, + text: 'June 2018 Security Releases', + link: '/en/blog/vulnerability/june-2018-security-releases/' } } } diff --git a/locale/en/blog/vulnerability/june-2018-security-releases.md b/locale/en/blog/vulnerability/june-2018-security-releases.md new file mode 100644 index 0000000000000..47e896d624e93 --- /dev/null +++ b/locale/en/blog/vulnerability/june-2018-security-releases.md @@ -0,0 +1,32 @@ +--- +date: 2018-06-06T03:18:59.230Z +category: vulnerability +title: June 2018 Security Releases +slug: june-2018-security-releases +layout: blog-post.hbs +author: Michael Dawson +--- + +# Summary + +Node.js will release new versions of all supported release lines on or around June 12th, 2018 (UTC). These releases will incorporate a number of security fixes. + +# Impact + +* All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial of service (DoS) vulnerability, the highest severity being LOW. +* All versions of Node.js 8.x (LTS "Carbon") are vulnerable to 2 denial of service (DoS) vulnerabilities, the highest severity being HIGH. +* Versions of Node.js 9.x are vulnerable to 5 denial of service (DoS) vulnerabilities. The highest severity being HIGH for all releases. +* All versions of Node.js 10.x (Current) are vulnerable to 4 denial of service (DoS) vulnerabilities. The highest severity being HIGH for all releases. + +# Release timing + +Releases will be available at, or shortly after, the 12th of June, 2018 (UTC), along with disclosure of the details for the flaws addressed in each release in order to allow for complete impact assessment by users. + +# Contact and future updates + +The current Node.js security policy can be found at https://nodejs.org/en/security/. + +Please contact security@nodejs.org 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](https://github.com/nodejs/). + From e3a0019599d9705155df6d251df44d1c2cb92411 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 5 Jun 2018 20:45:32 -0700 Subject: [PATCH 2/5] squash! hyphenate --- .../en/blog/vulnerability/june-2018-security-releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/en/blog/vulnerability/june-2018-security-releases.md b/locale/en/blog/vulnerability/june-2018-security-releases.md index 47e896d624e93..a68a93c9adbf9 100644 --- a/locale/en/blog/vulnerability/june-2018-security-releases.md +++ b/locale/en/blog/vulnerability/june-2018-security-releases.md @@ -13,10 +13,10 @@ Node.js will release new versions of all supported release lines on or around Ju # Impact -* All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial of service (DoS) vulnerability, the highest severity being LOW. -* All versions of Node.js 8.x (LTS "Carbon") are vulnerable to 2 denial of service (DoS) vulnerabilities, the highest severity being HIGH. -* Versions of Node.js 9.x are vulnerable to 5 denial of service (DoS) vulnerabilities. The highest severity being HIGH for all releases. -* All versions of Node.js 10.x (Current) are vulnerable to 4 denial of service (DoS) vulnerabilities. The highest severity being HIGH for all releases. +* All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial-of-service (DoS) vulnerability, the highest severity being LOW. +* All versions of Node.js 8.x (LTS "Carbon") are vulnerable to 2 denial-of-service (DoS) vulnerabilities, the highest severity being HIGH. +* Versions of Node.js 9.x are vulnerable to 5 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. +* All versions of Node.js 10.x (Current) are vulnerable to 4 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. # Release timing From 8989f12d237b0837fb16c3615a4e818867c40b3c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 5 Jun 2018 20:46:46 -0700 Subject: [PATCH 3/5] squash! can't have a "highest" if there's only one --- locale/en/blog/vulnerability/june-2018-security-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/vulnerability/june-2018-security-releases.md b/locale/en/blog/vulnerability/june-2018-security-releases.md index a68a93c9adbf9..f7a5d421b9a64 100644 --- a/locale/en/blog/vulnerability/june-2018-security-releases.md +++ b/locale/en/blog/vulnerability/june-2018-security-releases.md @@ -13,7 +13,7 @@ Node.js will release new versions of all supported release lines on or around Ju # Impact -* All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial-of-service (DoS) vulnerability, the highest severity being LOW. +* All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial-of-service (DoS) vulnerability with a severity of LOW. * All versions of Node.js 8.x (LTS "Carbon") are vulnerable to 2 denial-of-service (DoS) vulnerabilities, the highest severity being HIGH. * Versions of Node.js 9.x are vulnerable to 5 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. * All versions of Node.js 10.x (Current) are vulnerable to 4 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. From f2c57c6895ef39edb869d4123d65c666dab31ac6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 5 Jun 2018 20:47:37 -0700 Subject: [PATCH 4/5] squash! fix probable copy/paste error --- locale/en/blog/vulnerability/june-2018-security-releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/blog/vulnerability/june-2018-security-releases.md b/locale/en/blog/vulnerability/june-2018-security-releases.md index f7a5d421b9a64..0cce8f1480fe6 100644 --- a/locale/en/blog/vulnerability/june-2018-security-releases.md +++ b/locale/en/blog/vulnerability/june-2018-security-releases.md @@ -15,8 +15,8 @@ Node.js will release new versions of all supported release lines on or around Ju * All versions of Node.js 6.x (LTS "Boron") are vulnerable to 1 denial-of-service (DoS) vulnerability with a severity of LOW. * All versions of Node.js 8.x (LTS "Carbon") are vulnerable to 2 denial-of-service (DoS) vulnerabilities, the highest severity being HIGH. -* Versions of Node.js 9.x are vulnerable to 5 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. -* All versions of Node.js 10.x (Current) are vulnerable to 4 denial-of-service (DoS) vulnerabilities. The highest severity being HIGH for all releases. +* Versions of Node.js 9.x are vulnerable to 5 denial-of-service (DoS) vulnerabilities, the highest severity being HIGH. +* All versions of Node.js 10.x (Current) are vulnerable to 4 denial-of-service (DoS) vulnerabilities, the highest severity being HIGH. # Release timing From 3a33354dadd771c70c4f3cb1ddcad337934929f6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 5 Jun 2018 20:48:35 -0700 Subject: [PATCH 5/5] squash! be consistent about the date/time --- locale/en/blog/vulnerability/june-2018-security-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/vulnerability/june-2018-security-releases.md b/locale/en/blog/vulnerability/june-2018-security-releases.md index 0cce8f1480fe6..541d99d9d9824 100644 --- a/locale/en/blog/vulnerability/june-2018-security-releases.md +++ b/locale/en/blog/vulnerability/june-2018-security-releases.md @@ -20,7 +20,7 @@ Node.js will release new versions of all supported release lines on or around Ju # Release timing -Releases will be available at, or shortly after, the 12th of June, 2018 (UTC), along with disclosure of the details for the flaws addressed in each release in order to allow for complete impact assessment by users. +Releases will be available on or around June 12th, 2018 (UTC), along with disclosure of the details for the flaws addressed in each release in order to allow for complete impact assessment by users. # Contact and future updates