| Version | Supported |
|---|---|
| 0.x | ✅ |
Please do not open a public GitHub issue for security vulnerabilities.
Report vulnerabilities by emailing security@hubassist.com with:
- A description of the vulnerability and its potential impact
- Steps to reproduce or a proof-of-concept
- Any suggested mitigations
You will receive an acknowledgement within 48 hours and a resolution timeline within 7 days.
- Dependencies are scanned on every CI run via
npm audit(frontend/backend) andcargo audit(contracts) - CodeQL static analysis runs on every push and weekly
- Pull requests trigger automated dependency review via
actions/dependency-review-action