Security fixes are provided for the current active branch used in production deployments.
| Version | Supported |
|---|---|
main (current) |
✅ |
| older snapshots/forks | ❌ |
Do not open public issues for security vulnerabilities.
Report privately to the project maintainers through your internal/private support channel used for this deployment, and include:
- A clear description of the issue and potential impact.
- Exact reproduction steps (request samples, payloads, affected endpoints/pages).
- Environment details (
SID, deployment type, relevant config flags). - Any temporary mitigation already tested.
If needed, include a minimal proof-of-concept. Avoid sharing production secrets or personal data in the report.
After a valid report is received:
- Triage and severity assessment are performed.
- A mitigation/fix plan is prepared.
- A patch is delivered and deployment guidance is provided.
- Follow-up validation is completed.
When changing code in this repository:
- Never commit secrets, API keys, or credentials.
- Validate and sanitize all external input.
- Use least-privilege defaults for access and config.
- Flag authentication/authorization/data-access risks in handoff notes.
- Re-run build and relevant checks before release.