From 03fc503327b3da171cde9e27eb8cde32c181250d Mon Sep 17 00:00:00 2001 From: Reuben Tier Date: Sun, 16 May 2021 16:00:05 +0100 Subject: [PATCH] docs(global): add security.md link to contributing.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45d3c3498..923e6737b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -190,6 +190,8 @@ WEBRTC_LISTEN_IP=127.0.0.1 Then run `yarn build` and `yarn start`. ## Issues +> NOTE: If your bug is a **security vulnerability**, please instead see the [security policy](https://github.com/benawad/dogehouse/security/policy) + We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue. Report a bug by opening a new issue; it's that easy!