| Version | Supported |
|---|---|
| latest | ✅ |
We take security seriously. If you discover a security vulnerability, please do not open a public issue. Instead, report it privately:
- Email: rkriad585@gmail.com
Please include as much detail as possible:
- Steps to reproduce
- Impact description
- Suggested fix (if available)
You should receive a response within 48 hours. We'll keep you informed as we work on a fix.
When deploying WebPlay:
- Use secured mode (
python app.py start) with the auto-generated API key. - Do not expose port 5000 directly to the internet without a reverse proxy.
- Keep dependencies updated — review
requirements.txtregularly. - Validate media paths — WebPlay rejects paths outside the configured media directory.
- Use HTTPS in production — put WebPlay behind Nginx/Caddy with TLS.