Skip to content

Commit 2e412c0

Browse files
authored
docs: update SECURITY.md to match electron/electron (#1788)
1 parent 02e380f commit 2e412c0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

SECURITY.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
The Electron team and community take security bugs in Electron seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
44

5-
To report a security issue, email [[email protected]](mailto:[email protected]) and include the word "SECURITY" in the subject line.
5+
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/electron/fiddle/security/advisories/new) tab.
66

77
The Electron team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
88

9-
Report security bugs in third-party modules to the person or team maintaining the module.
9+
Report security bugs in third-party modules to the person or team maintaining the module. You can also report a vulnerability through the [npm contact form](https://www.npmjs.com/support) by selecting "I'm reporting a security vulnerability".
10+
11+
## Escalation
12+
13+
If you do not receive an acknowledgement of your report within 6 business days, or if you cannot find a private security contact for the project, you may escalate to the OpenJS Foundation CNA at `[email protected]`.
14+
15+
If the project acknowledges your report but does not provide any further response or engagement within 14 days, escalation is also appropriate.
16+
17+
## The Electron Security Notification Process
18+
19+
For context on Electron's security notification process, please see the [Notifications](https://github.com/electron/governance/blob/main/wg-security/membership-and-notifications.md#notifications) section of the Security WG's [Membership and Notifications](https://github.com/electron/governance/blob/main/wg-security/membership-and-notifications.md) Governance document.
1020

1121
## Learning More About Security
1222

13-
To learn more about securing an Electron application, please see the [security tutorial](https://github.com/electron/electron/blob/main/docs/tutorial/security.md).
23+
To learn more about securing an Electron application, please see the [security tutorial](https://www.electronjs.org/docs/latest/tutorial/security).

0 commit comments

Comments
 (0)