| Version | Supported |
|---|---|
| 0.7.x | ✅ |
| < 0.7 | ❌ |
If you discover a security vulnerability in mlflow-modal-deploy, please report it responsibly:
- Do not open a public GitHub issue for security vulnerabilities
- Email the maintainer directly or use GitHub's private vulnerability reporting feature
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes (optional)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Resolution target: Within 30 days for critical issues
When using mlflow-modal-deploy:
-
Modal Authentication: Keep your
MODAL_TOKEN_IDandMODAL_TOKEN_SECRETsecure. Never commit them to version control. -
Model Security: Ensure MLflow models you deploy are from trusted sources. The plugin executes model code on Modal infrastructure.
-
Network Security: Modal endpoints are public by default. Consider implementing authentication in your model's predict function for sensitive use cases.
-
Dependency Management: Regularly update dependencies to patch known vulnerabilities.
This project uses:
- Dependabot for automated dependency updates
- CodeQL for static analysis
- Regular security audits of dependencies