From faffcc560cc7d2aa4bcf6e70b195ea15dc0fdbec Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 8 Jan 2018 13:02:02 -0500 Subject: [PATCH 1/6] doc: provide info on impact of recent vulns --- build.js | 2 +- locale/ca/index.md | 2 +- .../vulnerability/jan-2018-spectre-meltdown | 24 +++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 locale/en/blog/vulnerability/jan-2018-spectre-meltdown diff --git a/build.js b/build.js index c84a0a4e463dc..2401f66b3550c 100755 --- a/build.js +++ b/build.js @@ -270,7 +270,7 @@ function getSource (callback) { }, banner: { visible: true, - link: 'https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/' + link: 'https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown/' } } } diff --git a/locale/ca/index.md b/locale/ca/index.md index 487878920c985..30e3a3e81d6b1 100644 --- a/locale/ca/index.md +++ b/locale/ca/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Versió actual download: Descarregar download-for: Descarregar per diff --git a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown new file mode 100644 index 0000000000000..f51b031714e09 --- /dev/null +++ b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown @@ -0,0 +1,24 @@ +--- +date: 2018-01-08T17:30:00.617Z +category: vulnerability +title: Meltdown and Spectre - Impact On Node.js +slug: jan-2018-spectre-meltdown +layout: blog-post.hbs +author: Michael Dawson +--- + +# Summary + +Project zero has recently announced some new attacks that have received a lot of attention: https://googleprojectzero.blogspot.ca/2018/01/reading-privileged-memory-with-side.html. + +The risk from these attacks to systems running Node.js resides in the systems in which your Node.js applications run, as opposed to the Node.js runtime itself. The trust model for Node.js assumes you are running trusted code and does not provide any separation between code running within the runtime itself. Therefore, untrusted code that would be necessary to execute these attacks in Node.js could already affect the execution of your Node.js applications in ways that are more severe than possible through these new attacks. + +This does not mean that you don't need to protect yourself from these new attacks when running Node.js applications. To do so, apply the security patches for your operating system. You do not need to update the Node.js runtime. + +# 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 organisation](https://github.com/nodejs/). From d56a789338307c46815127cc2fd1544599724171 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 8 Jan 2018 13:30:25 -0500 Subject: [PATCH 2/6] squash: update banner for rest of locales --- locale/ar/index.md | 2 +- locale/de/index.md | 2 +- locale/en/index.md | 2 +- locale/es/index.md | 2 +- locale/fr/index.md | 2 +- locale/gl/index.md | 2 +- locale/it/index.md | 2 +- locale/ja/index.md | 2 +- locale/ko/index.md | 2 +- locale/uk/index.md | 2 +- locale/zh-cn/index.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/locale/ar/index.md b/locale/ar/index.md index 9586f46858fde..ed1f05e24f6ff 100644 --- a/locale/ar/index.md +++ b/locale/ar/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: مستجدات أمنية مهمة، المرجو التحميل الآن ! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: الاصدار الحالي download: تحميل download-for: تحميل النسخة الخاصة ب diff --git a/locale/de/index.md b/locale/de/index.md index f839545f898f8..378a03e15bec4 100644 --- a/locale/de/index.md +++ b/locale/de/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Wichtige Sicherheits-Updates, bitte aktualisieren Sie jetzt! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Aktuelle Version download: Download download-for: Herunterladen für diff --git a/locale/en/index.md b/locale/en/index.md index 10e36065c5cee..89812d8bff7f2 100644 --- a/locale/en/index.md +++ b/locale/en/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Current Version download: Download download-for: Download for diff --git a/locale/es/index.md b/locale/es/index.md index b899de3bde9b5..9679009564df0 100644 --- a/locale/es/index.md +++ b/locale/es/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/fr/index.md b/locale/fr/index.md index fdbac91c7852f..938a2e02ee817 100644 --- a/locale/fr/index.md +++ b/locale/fr/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Mises à jour de sécurité importantes, veuillez mettre à jour! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Version actuelle download: Téléchargements download-for: Téléchargements pour diff --git a/locale/gl/index.md b/locale/gl/index.md index 71d4195460a20..7cc829f1ab068 100644 --- a/locale/gl/index.md +++ b/locale/gl/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/it/index.md b/locale/it/index.md index 62ceac575fe70..bd8c89dc87be5 100644 --- a/locale/it/index.md +++ b/locale/it/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Versione corrente download: Download download-for: Download per diff --git a/locale/ja/index.md b/locale/ja/index.md index 5c51cc13d2b06..0bdea0419ad42 100644 --- a/locale/ja/index.md +++ b/locale/ja/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: 最新のバージョン download: ダウンロード download-for: ダウンロード diff --git a/locale/ko/index.md b/locale/ko/index.md index 7420b0ebbbe95..971703b353308 100644 --- a/locale/ko/index.md +++ b/locale/ko/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: 현재 버전 download: 다운로드 download-for: 다운로드 - diff --git a/locale/uk/index.md b/locale/uk/index.md index 76f9094625535..0e60ce19594bf 100755 --- a/locale/uk/index.md +++ b/locale/uk/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Important security releases, please update now! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: Поточна версія download: Завантажити download-for: Завантажити для diff --git a/locale/zh-cn/index.md b/locale/zh-cn/index.md index 5e2ab92a0495e..f07cd1cebe322 100644 --- a/locale/zh-cn/index.md +++ b/locale/zh-cn/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: 重要的安全版本,请立即更新! + banner: Spectre and Meltdown in the context of Node.js - no current action required. current-version: 当前版本 download: 下载 download-for: 下载为 From 67a7e6a0ef9687857ae050501e3e1598d4c29741 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 8 Jan 2018 17:36:21 -0500 Subject: [PATCH 3/6] squash: address comments --- locale/ar/index.md | 2 +- locale/ca/index.md | 2 +- locale/de/index.md | 2 +- .../vulnerability/jan-2018-spectre-meltdown | 30 +++++++++++++++---- locale/en/index.md | 2 +- locale/es/index.md | 2 +- locale/fr/index.md | 2 +- locale/gl/index.md | 2 +- locale/it/index.md | 2 +- locale/ja/index.md | 2 +- locale/ko/index.md | 2 +- locale/uk/index.md | 2 +- locale/zh-cn/index.md | 2 +- 13 files changed, 36 insertions(+), 18 deletions(-) diff --git a/locale/ar/index.md b/locale/ar/index.md index ed1f05e24f6ff..a3c02fcd12dd5 100644 --- a/locale/ar/index.md +++ b/locale/ar/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: الاصدار الحالي download: تحميل download-for: تحميل النسخة الخاصة ب diff --git a/locale/ca/index.md b/locale/ca/index.md index 30e3a3e81d6b1..ddb38ecf6b9a2 100644 --- a/locale/ca/index.md +++ b/locale/ca/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Versió actual download: Descarregar download-for: Descarregar per diff --git a/locale/de/index.md b/locale/de/index.md index 378a03e15bec4..907dc6661217d 100644 --- a/locale/de/index.md +++ b/locale/de/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Aktuelle Version download: Download download-for: Herunterladen für diff --git a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown index f51b031714e09..5a53ca58cb59b 100644 --- a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown +++ b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown @@ -9,11 +9,26 @@ author: Michael Dawson # Summary -Project zero has recently announced some new attacks that have received a lot of attention: https://googleprojectzero.blogspot.ca/2018/01/reading-privileged-memory-with-side.html. - -The risk from these attacks to systems running Node.js resides in the systems in which your Node.js applications run, as opposed to the Node.js runtime itself. The trust model for Node.js assumes you are running trusted code and does not provide any separation between code running within the runtime itself. Therefore, untrusted code that would be necessary to execute these attacks in Node.js could already affect the execution of your Node.js applications in ways that are more severe than possible through these new attacks. - -This does not mean that you don't need to protect yourself from these new attacks when running Node.js applications. To do so, apply the security patches for your operating system. You do not need to update the Node.js runtime. +Project zero has recently announced some new attacks that have received a +lot of attention: +https://googleprojectzero.blogspot.ca/2018/01/reading-privileged-memory-with-side.html. + +The risk from these attacks to systems running Node.js resides in the +systems in which your Node.js applications run, as opposed to the +Node.js runtime itself. The trust model for Node.js assumes you are +running trusted code and does not provide any separation between code +running within the runtime itself. Therefore, untrusted code that +would be necessary to execute these attacks in Node.js could already +affect the execution of your Node.js applications in ways that +are more severe than possible through these new attacks. + +This does not mean that you don't need to protect yourself from +these new attacks when running Node.js applications. If an attacker +manages to run malicious code on an upatched OS (whether using +javascript or something else) they may be able to access memory and or +data that they should not have access to. In order to protect yourself +from these cases, apply the security patches for your operating +system. You do not need to update the Node.js runtime. # Contact and future updates @@ -21,4 +36,7 @@ The current Node.js security policy can be found at https://nodejs.org/en/securi 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 organisation](https://github.com/nodejs/). +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 organisation](https://github.com/nodejs/). diff --git a/locale/en/index.md b/locale/en/index.md index 89812d8bff7f2..97a45116f8bc6 100644 --- a/locale/en/index.md +++ b/locale/en/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Current Version download: Download download-for: Download for diff --git a/locale/es/index.md b/locale/es/index.md index 9679009564df0..ed4760625831f 100644 --- a/locale/es/index.md +++ b/locale/es/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/fr/index.md b/locale/fr/index.md index 938a2e02ee817..a84f739135148 100644 --- a/locale/fr/index.md +++ b/locale/fr/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Version actuelle download: Téléchargements download-for: Téléchargements pour diff --git a/locale/gl/index.md b/locale/gl/index.md index 7cc829f1ab068..55a793c99fb1a 100644 --- a/locale/gl/index.md +++ b/locale/gl/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/it/index.md b/locale/it/index.md index bd8c89dc87be5..c1b5e02280fa5 100644 --- a/locale/it/index.md +++ b/locale/it/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Versione corrente download: Download download-for: Download per diff --git a/locale/ja/index.md b/locale/ja/index.md index 0bdea0419ad42..fa663e293497b 100644 --- a/locale/ja/index.md +++ b/locale/ja/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: 最新のバージョン download: ダウンロード download-for: ダウンロード diff --git a/locale/ko/index.md b/locale/ko/index.md index 971703b353308..027f8a4f81670 100644 --- a/locale/ko/index.md +++ b/locale/ko/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: 현재 버전 download: 다운로드 download-for: 다운로드 - diff --git a/locale/uk/index.md b/locale/uk/index.md index 0e60ce19594bf..4e24122088d29 100755 --- a/locale/uk/index.md +++ b/locale/uk/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: Поточна версія download: Завантажити download-for: Завантажити для diff --git a/locale/zh-cn/index.md b/locale/zh-cn/index.md index f07cd1cebe322..68fa608869d16 100644 --- a/locale/zh-cn/index.md +++ b/locale/zh-cn/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js - no current action required. + banner: Spectre and Meltdown in the context of Node.js. current-version: 当前版本 download: 下载 download-for: 下载为 From d4df409e3365b3906dfb5422e418d3cd7afe6965 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 8 Jan 2018 17:42:46 -0500 Subject: [PATCH 4/6] squash: address comments --- locale/en/blog/vulnerability/jan-2018-spectre-meltdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown index 5a53ca58cb59b..683ec271c74d4 100644 --- a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown +++ b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown @@ -25,7 +25,7 @@ are more severe than possible through these new attacks. This does not mean that you don't need to protect yourself from these new attacks when running Node.js applications. If an attacker manages to run malicious code on an upatched OS (whether using -javascript or something else) they may be able to access memory and or +JavaScript or something else) they may be able to access memory and or data that they should not have access to. In order to protect yourself from these cases, apply the security patches for your operating system. You do not need to update the Node.js runtime. From 985245e8d069b7a07aded78bd19490ba9e67c96b Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 9 Jan 2018 10:59:51 -0500 Subject: [PATCH 5/6] squash: address comments --- build.js | 1 + layouts/index.hbs | 2 +- locale/ar/index.md | 2 +- locale/ca/index.md | 2 +- locale/de/index.md | 2 +- locale/en/index.md | 2 +- locale/es/index.md | 2 +- locale/fr/index.md | 2 +- locale/gl/index.md | 2 +- locale/it/index.md | 2 +- locale/ja/index.md | 2 +- locale/ko/index.md | 2 +- locale/uk/index.md | 2 +- locale/zh-cn/index.md | 2 +- 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/build.js b/build.js index 2401f66b3550c..ae3aad8d7f688 100755 --- a/build.js +++ b/build.js @@ -270,6 +270,7 @@ function getSource (callback) { }, banner: { visible: true, + banner: 'Spectre and Meltdown in the context of Node.js.', link: 'https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown/' } } diff --git a/layouts/index.hbs b/layouts/index.hbs index c6fc6ac5892e8..cda223ce0d3ac 100644 --- a/layouts/index.hbs +++ b/layouts/index.hbs @@ -14,7 +14,7 @@ {{#if project.banner.visible}}

- {{{ labels.banner }}} + {{#if project.banner.text}}{{{ project.banner.text }}}{{else}}{{{ labels.banner }}}{{/if}}

{{/if}} diff --git a/locale/ar/index.md b/locale/ar/index.md index a3c02fcd12dd5..9586f46858fde 100644 --- a/locale/ar/index.md +++ b/locale/ar/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: مستجدات أمنية مهمة، المرجو التحميل الآن ! current-version: الاصدار الحالي download: تحميل download-for: تحميل النسخة الخاصة ب diff --git a/locale/ca/index.md b/locale/ca/index.md index ddb38ecf6b9a2..487878920c985 100644 --- a/locale/ca/index.md +++ b/locale/ca/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Versió actual download: Descarregar download-for: Descarregar per diff --git a/locale/de/index.md b/locale/de/index.md index 907dc6661217d..f839545f898f8 100644 --- a/locale/de/index.md +++ b/locale/de/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Wichtige Sicherheits-Updates, bitte aktualisieren Sie jetzt! current-version: Aktuelle Version download: Download download-for: Herunterladen für diff --git a/locale/en/index.md b/locale/en/index.md index 97a45116f8bc6..10e36065c5cee 100644 --- a/locale/en/index.md +++ b/locale/en/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Current Version download: Download download-for: Download for diff --git a/locale/es/index.md b/locale/es/index.md index ed4760625831f..b899de3bde9b5 100644 --- a/locale/es/index.md +++ b/locale/es/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/fr/index.md b/locale/fr/index.md index a84f739135148..fdbac91c7852f 100644 --- a/locale/fr/index.md +++ b/locale/fr/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Mises à jour de sécurité importantes, veuillez mettre à jour! current-version: Version actuelle download: Téléchargements download-for: Téléchargements pour diff --git a/locale/gl/index.md b/locale/gl/index.md index 55a793c99fb1a..71d4195460a20 100644 --- a/locale/gl/index.md +++ b/locale/gl/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Versión Actual download: Descargar download-for: Descargar para diff --git a/locale/it/index.md b/locale/it/index.md index c1b5e02280fa5..62ceac575fe70 100644 --- a/locale/it/index.md +++ b/locale/it/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Versione corrente download: Download download-for: Download per diff --git a/locale/ja/index.md b/locale/ja/index.md index fa663e293497b..5c51cc13d2b06 100644 --- a/locale/ja/index.md +++ b/locale/ja/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: 最新のバージョン download: ダウンロード download-for: ダウンロード diff --git a/locale/ko/index.md b/locale/ko/index.md index 027f8a4f81670..7420b0ebbbe95 100644 --- a/locale/ko/index.md +++ b/locale/ko/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: 현재 버전 download: 다운로드 download-for: 다운로드 - diff --git a/locale/uk/index.md b/locale/uk/index.md index 4e24122088d29..76f9094625535 100755 --- a/locale/uk/index.md +++ b/locale/uk/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: Important security releases, please update now! current-version: Поточна версія download: Завантажити download-for: Завантажити для diff --git a/locale/zh-cn/index.md b/locale/zh-cn/index.md index 68fa608869d16..5e2ab92a0495e 100644 --- a/locale/zh-cn/index.md +++ b/locale/zh-cn/index.md @@ -1,7 +1,7 @@ --- layout: index.hbs labels: - banner: Spectre and Meltdown in the context of Node.js. + banner: 重要的安全版本,请立即更新! current-version: 当前版本 download: 下载 download-for: 下载为 From d9d70d03d50f317b29a2eae1fc8f0850db116a98 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 9 Jan 2018 11:54:32 -0500 Subject: [PATCH 6/6] squash: address comments --- build.js | 2 +- .../{jan-2018-spectre-meltdown => jan-2018-spectre-meltdown.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename locale/en/blog/vulnerability/{jan-2018-spectre-meltdown => jan-2018-spectre-meltdown.md} (100%) diff --git a/build.js b/build.js index ae3aad8d7f688..67759dcab4609 100755 --- a/build.js +++ b/build.js @@ -270,7 +270,7 @@ function getSource (callback) { }, banner: { visible: true, - banner: 'Spectre and Meltdown in the context of Node.js.', + text: 'Spectre and Meltdown in the context of Node.js.', link: 'https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown/' } } diff --git a/locale/en/blog/vulnerability/jan-2018-spectre-meltdown b/locale/en/blog/vulnerability/jan-2018-spectre-meltdown.md similarity index 100% rename from locale/en/blog/vulnerability/jan-2018-spectre-meltdown rename to locale/en/blog/vulnerability/jan-2018-spectre-meltdown.md