| Version | Supported |
|---|---|
| 2.x | ✅ |
| < 2.0 | ❌ |
If you discover a security vulnerability in Fastest, please report it responsibly:
- Do NOT open a public GitHub issue.
- Email derens99@gmail.com with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive acknowledgement within 48 hours.
- A fix will be developed and released as soon as possible.
- All CI builds run
cargo auditto detect known vulnerabilities in dependencies - Dependabot is configured for automated dependency updates
- Generated Python code uses identifier validation to prevent injection
- Subprocess communication uses JSON serialization (no shell execution)