| Version | Supported |
|---|---|
| 0.1.x | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue
- Email info@ideamax.eu with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive a response within 48 hours
- A fix will be released as a patch version
This library processes images and generates visual output. Security concerns include:
- Path traversal in file export functions
- Denial of service via extremely large images or frame counts
- Dependency vulnerabilities in Pillow, numpy, imageio
- Validate file paths before passing to
export()functions - Set reasonable limits on image dimensions and frame counts
- Keep dependencies updated