| Version | Supported |
|---|---|
| 2.0.x | ✅ |
| 1.x.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in this project, please report it by opening an issue on GitHub. Do NOT disclose it publicly until the maintainer has had a chance to address it.
This project is an educational tutorial repository. Security concerns are limited to:
- Malicious
.mor.slxfiles that could execute harmful commands - Code generation output that introduces runtime vulnerabilities
- Always review
.mscripts before running them - Do not run
.slxmodels from untrusted sources - Treat generated C code with the same scrutiny as hand-written code