Version | Supported |
---|---|
2.x.x | ✅ |
< 2.0 | ❌ |
If you discover a security vulnerability in WeatherStar 4000 Python, please report it by:
- Do not create a public issue
- Send details to the repository owner via GitHub private message
- Include steps to reproduce if possible
This project uses the following dependencies with regular security updates:
- pygame: 2.6.0+ (display rendering)
- requests: 2.32.3+ (API calls)
- Pillow: 10.4.0+ (image processing)
All dependencies are kept up-to-date to address known vulnerabilities.
- Never commit API keys or sensitive data
- Use environment variables for configuration
- Keep dependencies updated regularly
- Review third-party code before including it