From c4efb5af244a2fc1c6aa19ab85d7262bd33d5398 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 11 May 2023 18:09:52 +0200 Subject: [PATCH] docs: add SECURITY.md (#2591) We should make it explicit that tracing uses the security policy of Tokio. --- 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..ff00c191 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +Tracing is part of the Tokio project and uses the same security policy as [Tokio][tokio-security]. + +## Report a security issue + +The process for reporting an issue is the same as for [Tokio][tokio-security]. This includes private reporting via security@tokio.rs. + +[tokio-security]: https://github.com/tokio-rs/tokio/security/policy