| Component | Supported | Notes |
|---|---|---|
main branch |
Yes | Production deployments |
dev/develop |
Yes | Pre-release integration |
Tagged mobile releases (mobile-v*) |
Yes | Store builds |
| Older tags / forks | Best effort | Upgrade to latest release |
Do not open public GitHub issues for security vulnerabilities.
Send a private report to the repository maintainers:
- Email: security@sikapa.com
- Subject:
[Sikapa Security]brief summary
Include:
- Description of the issue and impact
- Steps to reproduce (or proof of concept)
- Affected component (backend API, web storefront, mobile app, CI)
- Your contact for follow-up (optional)
If you use GitHub and the repo has private security advisories enabled, you may also use Security → Advisories → Report a vulnerability.
| Timeline | Action |
|---|---|
| 72 hours | Acknowledgement of your report |
| 14 days | Initial assessment and severity classification |
| 90 days | Target fix or mitigation for confirmed issues (may vary by severity) |
We will coordinate disclosure timing with you. Credit can be given in release notes if you wish.
In scope:
- Authentication, authorization, and session handling
- Payment flows (Paystack integration, webhooks)
- Data exposure (PII, orders, admin APIs)
- Injection, SSRF, and remote code execution in deployed services
- Dependency vulnerabilities with exploitable paths in this codebase
Out of scope (unless combined with a chain):
- Social engineering, physical access, denial-of-service without a fixable root cause
- Issues in third-party services (Render, Vercel, Supabase, Paystack) — report to those vendors
- Missing security headers on assets you do not control
- Secrets belong in environment variables, never in git
- Run
pip-audit/npm auditvia CI before releases - Production requires strong
SECRET_KEY,TOTP_ENCRYPTION_KEY, and database credentials - See docs/audit/security.md (audit checklist) and docs/deployment/production-deployment.md
This is proprietary software. Unauthorized access, copying, or distribution is prohibited. See LICENSE.