This project is currently in active development. We support the following versions:
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
We take the security of Image AI seriously. If you believe you've found a security vulnerability, please follow these steps:
- Do not disclose the vulnerability publicly
- Email the maintainers with details about the vulnerability
- Include steps to reproduce, impact, and potential remediation if possible
- We will acknowledge receipt of your report within 48 hours
We'll work with you to understand and address the issue promptly, typically within 14 days. We appreciate your help in keeping this project and its users secure.
This application implements several security measures:
- Environment Variables: Sensitive configuration is stored in environment variables, not in code
- API Key Authentication: Optional API key authentication for production deployments
- Input Validation: All inputs are validated using Pydantic
- Safe Default Values: Conservative default settings are used for all parameters
When deploying this application:
- Always use a non-root user
- Enable API key authentication in production
- Set appropriate resource limits
- Consider deploying behind a reverse proxy with TLS