Skip to content

Commit f37fb6f

Browse files
mcollinamhdawson
andauthored
October 12th security release pre release announcements (#4149)
* Pre-release announcement for the October security release * Updated time * Update locale/en/blog/vulnerability/oct-2021-security-releases.md Co-authored-by: Michael Dawson <mdawson@devrus.com> * security banner * Fix Co-authored-by: Michael Dawson <mdawson@devrus.com>
1 parent e402374 commit f37fb6f

2 files changed

Lines changed: 38 additions & 4 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
date: 2021-10-05T16:00:00.000Z
3+
category: vulnerability
4+
title: October 12th 2021 Security Releases
5+
slug: oct-2021-security-releases
6+
layout: blog-post.hbs
7+
author: Matteo Collina
8+
---
9+
10+
# Summary
11+
12+
The Node.js project will release new versions of the 12.x, 14.x, and 16.x releases lines on or shortly after Tuesday
13+
14+
October 12th, 2021 in order to address:
15+
16+
* Two medium severity issues
17+
18+
## Impact
19+
20+
The 16.x release line of Node.js is vulnerable to two medium severity issues.
21+
22+
The 14.x release line of Node.js is vulnerable to two medium severity issues.
23+
24+
The 12.x release line of Node.js is vulnerable to two medium severity issues.
25+
26+
## Release timing
27+
28+
Releases will be available at, or shortly after, Tuesday, October 12th, 2021.
29+
30+
## Contact and future updates
31+
32+
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.
33+
34+
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.

locale/en/site.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@
162162
},
163163
"banners": {
164164
"index": {
165-
"startDate": "2021-08-25T16:00:00.000Z",
166-
"endDate": "2021-09-08T16:00:00.000Z",
167-
"text": "New security releases now available for 14.x, and 12.x release lines",
168-
"link": "blog/vulnerability/aug-2021-security-releases2/"
165+
"startDate": "2021-10-05T16:00:00.000Z",
166+
"endDate": "2021-11-05T16:00:00.000Z",
167+
"text": "New security releases to be made available October 12th, 2021",
168+
"link": "blog/vulnerability/oct-2021-security-releases/"
169169
},
170170
"blacklivesmatter": {
171171
"visible": false,

0 commit comments

Comments
 (0)