| Version | Supported |
|---|---|
| 1.x.x | ✅ |
If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public GitHub issue
- Email the maintainer directly at: minhsaco99@gmail.com
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix timeline: Depends on severity
- Audio Data: Audio files may contain sensitive information. Consider implementing data retention policies and avoid logging audio content.
- WebSocket Connections: Implement rate limiting and connection limits in production.
- File Upload Limits: The API accepts audio uploads (default 25MB max). Adjust
MAX_AUDIO_SIZEbased on your needs. - Model Security: Only use models from trusted sources (e.g., Hugging Face official repositories).
This API does not include built-in authentication. In production:
- Deploy behind an API gateway with authentication
- Use network-level access controls
- Never expose directly to the public internet without protection
- Keep dependencies updated regularly
- Run
pip auditto check for known vulnerabilities