Skip to content

Commit 5e78330

Browse files
authored
Merge pull request electron#8540 from electron/SECURITY.md
Add SECURITY.md
2 parents 9b6b875 + f0882a5 commit 5e78330

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Reporting Security Issues
2+
3+
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.
4+
5+
To report a security issue, email [electron@github.com](mailto:electron@github.com) and include the word "SECURITY" in the subject line.
6+
7+
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.
8+
9+
Report security bugs in third-party modules to the person or team maintaining the module. You can also report a vulnerability through the [Node Security Project](https://nodesecurity.io/report).

docs/tutorial/security.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ display primarily local content (or trusted, secure remote content without Node
2020
integration) – if your application executes code from an online source, it is
2121
your responsibility to ensure that the code is not malicious.
2222

23+
## Reporting Security Issues
24+
25+
For information on how to properly disclose an Electron vulnerability,
26+
see [SECURITY.md](https://github.com/electron/electron/tree/master/SECURITY.md)
27+
2328
## Chromium Security Issues and Upgrades
2429

2530
While Electron strives to support new versions of Chromium as soon as possible,

0 commit comments

Comments
 (0)