| Version | Supported |
|---|---|
| 1.0.x | ✅ |
Please report security vulnerabilities by opening an issue on GitHub. Do NOT disclose the vulnerability publicly before it has been addressed.
- Configuration trust boundary:
pandoc.extra_argsand--pandoc-argsare passed directly to pandoc. Pandoc's--filter/--lua-filteroptions can execute external programs. Only useproject.yamlfrom trusted sources. - Mermaid rendering: Mermaid diagrams are rendered via
mmdc(mermaid-cli) subprocess withshell=False. Arguments containing batch metacharacters (%,!) are rejected on Windows when the resolved executable is a.cmd/.batwrapper.