| Version | Supported |
|---|---|
| 0.9.x | ✅ |
| 0.8.x | ✅ (security fixes only) |
| < 0.8 | ❌ |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue
- Email the maintainers or use GitHub Security Advisories
- Include a description of the vulnerability and steps to reproduce
We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.
modern-xlsx processes untrusted .xlsx files. Security-relevant areas include:
- ZIP decompression — handled by the
zipcrate with size limits - XML parsing — SAX-style parsing via
quick-xml(no entity expansion, no external DTDs) - Memory safety — Rust core provides memory safety guarantees; the WASM sandbox provides additional isolation