| Version | Supported |
|---|---|
| 0.1.x | yes |
Please open a private security advisory on GitHub, or email the maintainer via the address on the GitHub profile, with:
- CuNi version / commit
- Minimal reproducing program (
.cuniif possible) - Impact (e.g. incorrect emit that passes exactness, sandbox escape in playground)
Do not open a public issue for active exploits.
- CuNi is a source-to-source compiler. Generated code inherits the security of the target language and host.
extblocks embed untrusted target-language snippets by design — treat them like any foreign code review.- The local playground runs user code via
python3/go/nodeon the host — do not expose it to the public internet without a sandbox.