| Version | Supported |
|---|---|
| 0.6.x | ✅ Active development |
| 0.5.x | ✅ Maintained |
| < 0.5 | ❌ Not supported |
Please do not open public issues for security vulnerabilities.
Instead, report privately via GitHub's Security Advisories:
- Go to https://github.com/rustnew/NEURAX/security/advisories
- Click "New draft security advisory"
- Describe the vulnerability, affected versions, and impact
You can also email the maintainer directly (address available on the repository profile page).
We aim to acknowledge reports within 48 hours and publish a fix within 7 days for confirmed vulnerabilities.
- NEURAX analyzes untrusted model JSON files — the parser is fuzz-tested, but treat configs from unknown sources with care.
- The
neurax-mlirbackend invokes external MLIR/LLVM tooling; keep those pinned to trusted versions. - API keys (Stripe, Supabase) must only be set via environment variables, never committed.