From 8a64a5920477b440febd2bbf6258c8732b328562 Mon Sep 17 00:00:00 2001 From: Edwin Yllanes Date: Sun, 27 Feb 2022 13:18:23 -0500 Subject: [PATCH] Create SECURITY.md --- {{cookiecutter.project_name}}/SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 {{cookiecutter.project_name}}/SECURITY.md diff --git a/{{cookiecutter.project_name}}/SECURITY.md b/{{cookiecutter.project_name}}/SECURITY.md new file mode 100644 index 000000000..4314ed14c --- /dev/null +++ b/{{cookiecutter.project_name}}/SECURITY.md @@ -0,0 +1,10 @@ +# 🔐 Security Policy + +> Do not open issues that might have security implications! +> It is critical that security related issues are reported privately so we have time to address them before they become public knowledge. + +Vulnerabilities can be reported by emailing core members: + +- {{cookiecutter.author}} [{{cookiecutter.email}}](mailto:{{cookiecutter.email}}) + +Be sure to include as much detail as necessary in your report. As with reporting normal issues, a minimal reproducible example will help the maintainers address the issue faster. If you are able, you may also include a fix for the issue generated with git format-patch.