Only the latest minor release receives security fixes.
| Version | Supported |
|---|---|
| 0.5.x | yes |
| < 0.5 | no |
Please do not open a public GitHub issue for security problems. Open a private security advisory at https://github.com/adotdong29/context-zero/security/advisories/new.
We aim to acknowledge reports within five business days and to ship a fix or mitigation within thirty days for confirmed issues.
In scope:
- The
coordpySDK and runtime. - The CLIs (
coordpy,coordpy-import,coordpy-ci,coordpy-capsule). - The on-disk schemas (capsule view, provenance manifest, product report, CI verdict, import audit).
Out of scope:
- The research surface under
coordpy.__experimental__. - Issues that require an attacker to already control the local
Python environment (malicious imports, write access to
$HOME). - The optional sandbox extras (
coordpy-ai[docker],RestrictedPython). They are convenience wrappers, not a hardened isolation boundary.