Skip to content

Commit

Permalink
Add SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 30, 2017
1 parent 37eebb1 commit 1945771
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Reporting Security Issues

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.

To report a security issue, email [[email protected]](mailto:[email protected]) and include the word "SECURITY" in the subject line.

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.

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).
5 changes: 5 additions & 0 deletions docs/tutorial/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ display primarily local content (or trusted, secure remote content without Node
integration) – if your application executes code from an online source, it is
your responsibility to ensure that the code is not malicious.

## Disclosing Security Vulnerabilities

For information on how to properly disclose an Electron vulnerability,
see [SECURITY.md](https://github.com/electron/electron/tree/master/SECURITY.md)

## Chromium Security Issues and Upgrades

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

0 comments on commit 1945771

Please sign in to comment.