From 675b3b2e75b896632cc8cbc291133d7a44d790a1 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 11 Oct 2022 07:57:19 -0700 Subject: [PATCH] Create SECURITY.md (#1106) * Create SECURITY.md Fixes https://github.com/hyperium/tonic/issues/1100 * Update SECURITY.md --- 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 0000000..0296bca --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +tonic (and related projects in hyperium) uses 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