docs: add SECURITY.md (#2591)

We should make it explicit that tracing uses the security policy of Tokio.
This commit is contained in:
Alice Ryhl 2023-05-11 18:09:52 +02:00 committed by Eliza Weisman
parent bec82286e8
commit c4efb5af24

9
SECURITY.md Normal file
View File

@ -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