| Version | Supported |
|---|---|
main |
Yes |
| Tagged releases older than latest minor | No |
Archived snapshot branches (for example archive/*) |
No |
This policy applies to production code and automation in:
apps/services/packages/.github/workflows/
Legacy snapshot code kept only for reference is out of support and must not be deployed.
Please use GitHub Security Advisories for private disclosure:
- Go to the repository Security tab.
- Click Report a vulnerability.
- Include reproduction steps, impact, and affected commit/tag.
If GitHub private reporting is unavailable, open a private security contact through repository maintainers and include the same detail.
- Initial acknowledgement: within 3 business days.
- Triage and severity classification: within 7 business days.
- Fix target:
- Critical/High: as soon as possible, target 14 days.
- Medium: target 30 days.
- Low: best effort in scheduled maintenance.
We follow coordinated disclosure:
- Confirm and triage.
- Prepare and validate fix.
- Publish patch/release notes.
- Publicly disclose advisory details after a fix is available.
Severity is assessed by exploitability + impact:
- Critical: remote compromise, data exfiltration, privilege escalation.
- High: significant integrity/confidentiality risk requiring urgent patching.
- Medium: bounded impact or mitigated by environment constraints.
- Low: low-impact or defense-in-depth findings.
- Dependency updates are managed through Dependabot.
- High and critical advisories are prioritized.
- Unsupported archived code is isolated from
mainand excluded from active maintenance.