From 03f5b3bf3d76aac8b487b30d9de5b32870deb9fa Mon Sep 17 00:00:00 2001 From: Septs Date: Mon, 11 Apr 2022 19:04:38 +0800 Subject: [PATCH] chore: add .github/security.md file --- .github/SECURITY.md | 18 ++++++++++++++++++ README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000000..c46eea70c0d3 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,18 @@ +# Reporting a Vulnerability + + + +If you discover a potential security issue in this project we ask that you notify **Mask Network Security Workgroup** via email to . + +Please do **NOT** create a public GitHub issue. + +When reporting an issue, where possible, please provide at least: + +- The project and commit version the issue was identified at +- A proof of concept (plain-text; no binaries) +- Steps to reproduce +- Your recommended remediation(s), if any. + +## `security.txt` + + diff --git a/README.md b/README.md index 2f462726ccff..e6c9b6712af9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For general introductions, see [Mask.io](https://mask.io). Please check out [docs](docs) -## Security Report +## Reporting a Vulnerability