| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| 0.1.x | ❌ |
Do not open a public GitHub Issue for security vulnerabilities.
Email: denzuko@dapla.net
Subject: [mlisp SECURITY] brief description
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fix
You will receive acknowledgement within 5 business days. Disclosure will be coordinated after a fix is available.
mlisp processes untrusted email from stdin and writes to a local S-expression database. Key security properties:
- No network listening; attack surface is stdin only
- No
system(),popen(), orexec*()calls in core logic - State file should be chmod 600, owned by the MTA user
sendmailpath is configurable viaMLISP_SENDMAIL; ensure it points to a trusted binaryMLISP_HOMEcontrols state and template paths; ensure the directory is not world-writable