From f1ddbc73914dd4f5ffbd5483953294ba57e92347 Mon Sep 17 00:00:00 2001 From: Ziding Zhang Date: Tue, 31 Aug 2021 10:34:35 +0100 Subject: [PATCH 1/2] Create SECURITY.md A simple instruction for security researchers. --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..5041b2f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +Please report security issues to From 5a83bd3e4a316e4a125fc5eba9e030c3f6956ddb Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Tue, 31 Aug 2021 13:40:20 -0400 Subject: [PATCH 2/2] Add email addresses to SECURITY.md --- SECURITY.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 5041b2f..45e2cf5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,4 +2,7 @@ ## Reporting a Vulnerability -Please report security issues to +Please report security issues to: + +* Chris Boden [cboden@gmail.com](cboden@gmail.com) +* Matt Bonneau [matt@bonneau.net](matt@bonneau.net)