async-std/docs/src/security/index.md
Florian Gilcher d3c67148b7
Seperate the tutorial in multiple parts
Fix some typos
2019-08-15 15:20:29 +02:00

12 lines
551 B
Markdown

# Security
Writing a highly perfomant async core library is a task involving some instances of unsafe code.
We take great care in vetting all unsafe code included in `async-std` and do follow generally accepted practices.
In the case that you find a security-related bug in our library, please get in touch with our [security contact][security-policy].
Patches improving the resilience of the library or the testing setup are happily accepted on our [github org][github].
[security-policy]: /security/policy
[github]: https://github.com/async-rs