From 446dd2f0c70dba22d8d589a68b224c2838a4ddf1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 12 Jan 2021 14:45:10 -0800 Subject: [PATCH] chore(security): add a SECURITY.md policy (#2395) --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..b074a574 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +hyper (and related projects in hyperium) use the same security policy as the [Tokio project][tokio-security]. + +## Report a security issue + +The process for reporting an issue is the same as the [Tokio project][tokio-security]. This includes private reporting via security@tokio.rs. + +[tokio-security]: https://github.com/tokio-rs/tokio/security/policy