At the moment, only the latest state of the main branch is supported with
security fixes.
| Version | Supported |
|---|---|
main |
✅ |
| older tags / branches | ❌ |
Please do not open public issues for security vulnerabilities.
Use one of the following channels:
- GitHub Security Advisories / private vulnerability report for this repository
- Contact the maintainer via the private channel documented in repository metadata
When reporting, include:
- Affected version / commit
- Steps to reproduce
- Expected vs. observed behavior
- Potential impact
- Suggested fix (if available)
We will acknowledge reports as quickly as possible and provide status updates.
- Never commit credentials, tokens, API keys, or personal secrets
- Use environment variables or secret stores and keep real secrets out of git
- Prefer placeholders in examples (for example
YOUR_SPACE_KEY,YOUR_PAGE_ID) - If you find accidentally committed credentials, report immediately using the channels above