Closed howardjohn closed 2 years ago
it would be useful to have a documented security policy. https://github.com/hyperium/hyper/blob/master/SECURITY.md is an example of one that I would expect may be reasonable, given the Tokio connection
Add a SECURITY.md with similar content as https://github.com/hyperium/hyper/blob/master/SECURITY.md (if that applies to this project!)
SECURITY.md
If the Tokio security policy doesn't apply to tonic, it would be helpful to also indicate that so folks have correct expectations.
Hi! Yes, we should for sure add this just like the one in hyper. I would totally accept a PR for this! Thanks!
Feature Request
Motivation
it would be useful to have a documented security policy. https://github.com/hyperium/hyper/blob/master/SECURITY.md is an example of one that I would expect may be reasonable, given the Tokio connection
Proposal
Add a
SECURITY.md
with similar content as https://github.com/hyperium/hyper/blob/master/SECURITY.md (if that applies to this project!)Alternatives
If the Tokio security policy doesn't apply to tonic, it would be helpful to also indicate that so folks have correct expectations.