| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability, please report it via email:
Email: aphotic.noise@gmail.com
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
Response Timeline:
- Acknowledgment: Within 48 hours
- Initial assessment: Within 7 days
- Fix timeline: Based on severity
This project implements:
- Dependency Auditing:
cargo auditon every CI run - License Compliance:
cargo denyfor license checking - Static Analysis: Semgrep SAST scanning
- Dependency Updates: Dependabot enabled
- Code Review: All PRs require review
When contributing:
- Never commit secrets, API keys, or credentials
- Use environment variables for configuration
- Validate all external input
- Keep dependencies up to date
- Follow Rust safety guidelines (minimize
unsafe)