| Version | Supported |
|---|---|
| 2.x | Yes |
| < 2.0 | No |
If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue
- Use GitHub Security Advisories to report privately
- Or email the maintainer directly
You should receive a response within 72 hours. We will work with you to understand the issue and coordinate a fix before public disclosure.
Security concerns include but are not limited to:
- Credential or API key exposure
- Injection vulnerabilities in config parsing
- Unsafe deserialization
- Dependencies with known CVEs
- Never commit
config.yaml,.env, or broker credentials to version control - Use environment variables (
LONGPORT_APP_KEY, etc.) for sensitive configuration - Keep dependencies up to date (
pip install --upgrade clawdfolio)