| Version | Supported |
|---|---|
| 0.1.x | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue.
- Email the maintainers with a description of the vulnerability.
- Include steps to reproduce the issue if possible.
- Allow reasonable time for the issue to be addressed before public disclosure.
This project uses the following security practices:
- Dependency auditing:
pip-auditruns in CI to detect known vulnerabilities. - Static analysis:
banditscans source code for common security issues. - Pinned CI actions: All GitHub Actions use specific versions.
- Minimal permissions: CI workflows use
contents: readby default. - No secrets in code: The CI checks for placeholder patterns and hardcoded credentials.