Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ LICENSE @nodejs/tsc
GOVERNANCE.md @nodejs/tsc
CONTRIBUTING.md @nodejs/nodejs-website @nodejs/web-infra
docs @nodejs/nodejs-website @nodejs/web-infra
SECURITY.md @nodejs/security-wg

# Node.js Release Blog Posts
apps/site/pages/en/blog/release @nodejs/releasers
Expand Down
20 changes: 20 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security

## Reporting a vulnerability to Node.js Website

Please report security issues **privately** using the **GitHub Security Advisory**
workflow ([Security → “Report a vulnerability”](https://github.com/nodejs/nodejs.org/security/advisories/new)).

Do **not** open a public GitHub issue for security problems.

We aim to acknowledge reports within **7 business days**.
If you do **not** receive an acknowledgement within **7 business days**,
forward your report to **[tsc@nodejs.org](mailto:tsc@nodejs.org)**.

## Disclosure & advisories

Confirmed vulnerabilities will be published as a **GitHub Security Advisory**
(and assigned a CVE when applicable). Notices are also shared via:

- Node.js blog advisories: [https://nodejs.org/blog/vulnerability/](https://nodejs.org/blog/vulnerability/)
when necessary.
Loading