Skip to content

Commit

Permalink
docs: add SECURITY.md (#2591)
Browse files Browse the repository at this point in the history
We should make it explicit that tracing uses the security policy of Tokio.
  • Loading branch information
Darksonn committed May 11, 2023
1 parent 998774e commit bfc44ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bfc44ba

Please sign in to comment.