We release patches for security vulnerabilities. Which versions are eligible for receiving such patches depends on the CVSS v3.0 Rating:
| Version | Supported |
|---|---|
| main | ✅ |
Please report (suspected) security vulnerabilities to the repository maintainers via GitHub Security Advisories or by opening an issue. You will receive a response from us within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
When using this project:
- Environment Variables: Never commit actual Telegram bot tokens or chat IDs to the repository
- GitHub Secrets: Use GitHub Secrets for sensitive configuration
- Dependencies: Keep Python dependencies updated by regularly updating
requirements.txt - Access Control: Ensure your Telegram bot has appropriate permissions and is only added to intended channels
- Use the provided
.env.examplefile as a template for local development - Regularly update dependencies to get security patches
- Review any third-party contributions carefully
- Follow the principle of least privilege for bot permissions