We release patches for security vulnerabilities. Which versions are eligible for receiving such patches depends on the CVSS v3.0 Rating:
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
When using ab in production:
- Database Security: Use strong credentials for PostgreSQL connections
- Network Security: Ensure database connections are encrypted (SSL/TLS)
- Access Control: Limit database access to necessary services only
- Environment Variables: Never commit secrets or API keys to version control
- Dependencies: Keep dependencies up to date (
uv syncregularly)
- ab uses SQLite by default (file-based, local only)
- PostgreSQL connections should use SSL in production
- Image storage backends (S3) require proper IAM configuration
- No built-in authentication - implement at application level
Security updates will be announced via:
- GitHub Security Advisories
- Release notes in CHANGELOG.txt
- Version tags on releases
Thank you for helping keep ab and its users safe!