Skip to content

Commit 74733fc

Browse files
authored
doc: add minimal SECURITY md (#8171)
* doc: add minimal SECURITY md * fixup! doc: add minimal SECURITY md
1 parent 403fe2d commit 74733fc

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ LICENSE @nodejs/tsc
3636
GOVERNANCE.md @nodejs/tsc
3737
CONTRIBUTING.md @nodejs/nodejs-website @nodejs/web-infra
3838
docs @nodejs/nodejs-website @nodejs/web-infra
39+
SECURITY.md @nodejs/security-wg
3940

4041
# Node.js Release Blog Posts
4142
apps/site/pages/en/blog/release @nodejs/releasers

SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Security
2+
3+
## Reporting a vulnerability to Node.js Website
4+
5+
Please report security issues **privately** using the **GitHub Security Advisory**
6+
workflow ([Security → “Report a vulnerability”](https://github.com/nodejs/nodejs.org/security/advisories/new)).
7+
8+
Do **not** open a public GitHub issue for security problems.
9+
10+
We aim to acknowledge reports within **7 business days**.
11+
If you do **not** receive an acknowledgement within **7 business days**,
12+
forward your report to **[[email protected]](mailto:[email protected])**.
13+
14+
## Disclosure & advisories
15+
16+
Confirmed vulnerabilities will be published as a **GitHub Security Advisory**
17+
(and assigned a CVE when applicable). Notices are also shared via:
18+
19+
- Node.js blog advisories: [https://nodejs.org/blog/vulnerability/](https://nodejs.org/blog/vulnerability/)
20+
when necessary.

0 commit comments

Comments
 (0)