Please report security vulnerabilities responsibly. Do not open a public GitHub issue.
Email: security@example.com
Include where possible:
- A description of the vulnerability and its impact
- Steps to reproduce
- Affected versions, components, or commit
- Acknowledgment within 48 hours of receipt
- Initial assessment within 5 business days
- Fix timeline based on severity; critical issues are prioritized immediately
- No custom cryptography — audited libraries only (aws-lc-rs, rustls). See docs/crypto.md.
- No secrets in the repo — configuration via environment /
.env(gitignored). - Dependencies pinned and scanned — exact versions in
Cargo.toml, enforced bycargo-deny, Dependabot, and dependency-review in CI.