2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-02 22:46:42 +00:00
async-std/docs/src/security/index.md
2019-08-08 15:54:19 +02:00

554 B

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.