Skip to content

Commit b264d6a

Browse files
committed
add aug 31 security release pre-announcement
1 parent 39d1df4 commit b264d6a

2 files changed

Lines changed: 35 additions & 4 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
date: 2021-08-27T16:00:00.000Z
3+
category: vulnerability
4+
title: August 31 2021 Security Releases
5+
slug: aug-2021-security-releases2
6+
layout: blog-post.hbs
7+
author: Daniel Bevenius
8+
---
9+
10+
# Summary
11+
12+
The Node.js project will release new versions of 12.x, and 14.x releases lines on or shortly after Tuesday
13+
August 31th, 2021 in order to address:
14+
15+
* Three high severity issues, and two moderate severity issues.
16+
17+
## Impact
18+
19+
The 14.x release line of Node.js is vulnerable to three high severity issues, and two moderate severity issues
20+
21+
The 12.x release line of Node.js is vulnerable to three high severity issues, and two moderate severity issues.
22+
23+
## Release timing
24+
25+
Releases will be available at, or shortly after, Tuesday, August 31th, 2021.
26+
27+
## Contact and future updates
28+
29+
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.
30+
31+
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-05T13:00:00.000Z",
166-
"endDate": "2021-08-25T13:00:00.000Z",
167-
"text": "New security releases now available for 16.x, 14.x, and 12.x release lines",
168-
"link": "blog/vulnerability/aug-2021-security-releases/"
165+
"startDate": "2021-08-25T16:00:00.000Z",
166+
"endDate": "2021-09-08T16:00:00.000Z",
167+
"text": "New security releases to be made available August 31th, 2021",
168+
"link": "blog/vulnerability/aug-2021-security-releases2/"
169169
},
170170
"blacklivesmatter": {
171171
"visible": false,

0 commit comments

Comments
 (0)