Please do NOT open public issues for security vulnerabilities!
If you discover a security vulnerability in EVCC Scheduler, please report it privately:
- Email: Contact the maintainer at your-email@example.com
- GitHub Private Security Advisory: https://github.com/diestrohs/ha-evcc-scheduler/security/advisories
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if available)
- Initial Response: Within 48 hours
- Assessment: Within 1 week
- Fix & Release: Depends on severity
- Critical: Within 1-2 weeks
- High: Within 1 month
- Medium/Low: Next regular release
- Keep Updated: Regularly update EVCC Scheduler
- Protect EVCC Token: Never share EVCC API tokens
- Network Security: EVCC should be on trusted network (or use VPN)
- Firewall Rules: Restrict access to EVCC API port (7070)
- HTTPS/SSL: Enable SSL in config if available
- No Hardcoded Secrets: Never commit API keys or tokens
- Input Validation: Always validate user inputs
- Error Messages: Don't leak sensitive info in error messages
- Dependencies: Keep aiohttp and Home Assistant updated
- Code Review: Request review before merging security fixes
Currently, no known security vulnerabilities.
If you find one, please report it as described above.
- aiohttp >= 3.8.0: HTTP client library (no known CVEs)
- Home Assistant: 2025.12.0+
- Python: 3.11+
Monitor:
If your EVCC instance uses SSL/TLS:
- Enable SSL in config:
ssl: true - Ensure valid certificates
- If self-signed: Use
verify_ssl: false(not recommended for production)
- EVCC tokens are stored in Home Assistant's secure config storage
- Never commit tokens to git
- Use
.gitignoreto excludeconfiguration.yamlif it contains secrets - Use Home Assistant's built-in secret management (if available)
Regular updates are performed to address security issues:
# Check for vulnerabilities:
pip install safety
safety check
# Update dependencies:
pip install --upgrade aiohttp- Maintainer: @diestrohs
- Email: your-email@example.com
- Discord: HACS Community
Last Updated: January 24, 2026
Status: No active security issues