diff --git a/SECURITY.md b/SECURITY.md index ff2f10184..edea5ffeb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,3 +7,6 @@ To report a security issue, email [electron@github.com](mailto:electron@github.c 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). + +## Learning More About Security +To learn more about securing an Electron application, please see the [security tutorial](docs/tutorial/security.md).