# Exploit Mitigations Project Group ![project group status: active](https://img.shields.io/badge/status-active-brightgreen.svg) [![project group documentation](https://img.shields.io/badge/MDBook-View%20Documentation-blue)][gh-pages] Welcome to the repository for the Exploit Mitigations Project Group! This is the repository we use to organize our work. Please refer to our [charter] as well as our [github pages website][gh-pages] for more information on our goals and current scope. The Rust Exploit Mitigations Project Group investigates past, present, and future exploit mitigations, including hardware -assisted or -provided exploit mitigations, and how they apply to Rust and the Rust compiler. This Project Group aims to maintain and improve the existing, implement, and research new exploit mitigations for the Rust compiler, and allow the Rust community to better understand those exploit mitigations and how they apply to Rust and the Rust compiler. We do not receive vulnerability reports. For reporting vulnerabilities, see the [Security Policy][security-policy]. [charter]: ./CHARTER.md [gh-pages]: https://rust-lang.github.io/project-exploit-mitigations [security-policy]: https://www.rust-lang.org/policies/security ## How Can I Get Involved? [You can find a list of the current members available on `rust-lang/team`.][team-toml] If you'd like to participate be sure to check out any of our [open issues] on this repository. We also participate on [Zulip][chat-link], feel free to introduce yourself over there and ask us any questions you have. [open issues]: /issues [chat-link]: https://rust-lang.zulipchat.com/#narrow/stream/343119-project-exploit-mitigations [team-toml]: https://github.com/rust-lang/team/blob/master/teams/project-exploit-mitigations.toml ## Building Documentation This repository is also an mdbook project. You can view and build it using the following command: ``` mdbook serve ```