From 601fbc8731bbb4991cd6df427da258ea8fc74364 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sun, 28 Jan 2018 16:54:58 -0800 Subject: [PATCH] :memo: Link to security tutorial --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index ff2f1018423a..edea5ffeb02f 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).