| Version | Supported |
|---|---|
| Latest | β Yes |
| < Latest | β No |
Do NOT create a public GitHub issue for security vulnerabilities.
Please email: CaputoDav@gmail.com
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
| Timeframe | Action |
|---|---|
| 24 hours | Acknowledgment |
| 72 hours | Initial assessment |
| 7 days | Status update |
| 30 days | Resolution target |
- Never commit secrets.yaml to version control
- Use Home Assistant secrets for API keys
- Keep Home Assistant updated
- Use HTTPS for external access
# β Bad - API key in configuration.yaml
commute_helper:
google_maps_api_key: "AIzaSy..."
# β
Good - Use secrets.yaml
commute_helper:
google_maps_api_key: !secret google_maps_api_key- API keys stored in secrets.yaml
- secrets.yaml is gitignored
- API keys have minimal permissions
- Home Assistant access is secured
- Scraper microservice is not exposed publicly
Thank you for helping keep this project secure! π