Skip to content

Security

brycx edited this page Oct 31, 2018 · 19 revisions

This section has security-relevant information regarding orion.

No unsafe code:

orion itself forbids the use of so-called “unsafe” code, meaning that all memory-safety guarantees provided by Rust are enforced at compile-time. However, even though orion itself does not allow unsafe code, it is used in some of its dependencies.

Clone this wiki locally