This project is for educational and personal study purposes. While security is considered in the examples and code, this repository is not intended for production use. However, we still welcome responsible disclosure of any security-related issues.
| Version | Supported |
|---|---|
| Main (default branch) | β |
| Archived versions or tags | β |
If you discover a security vulnerability or potential risk in this repository:
- Do not open a public issue.
- Contact the owner/owners of the repository.
We will investigate and respond as quickly as possible.
While this is a Rust learning repository, we aim to promote secure development practices. Here are a few things we focus on:
- Safe handling of user input
- Avoiding
unsafeblocks unless explicitly for learning - Encouraging use of tools like Clippy and cargo-audit
- Using updated dependencies with
cargo audit
If you're using code from this repository in production, please conduct your own thorough security review.
Thanks for helping make the Rust learning community safer and more robust!