| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in xlex, please report it by:
- Opening a private security advisory
- Or contacting @yen0304 directly via GitHub
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Fix Timeline: Depends on severity
- Critical: 24-48 hours
- High: 7 days
- Medium: 30 days
- Low: Next release
- We follow responsible disclosure
- We will credit reporters (unless anonymity is requested)
- Public disclosure after fix is released
When using xlex:
- Validate input files - Don't process untrusted xlsx files without validation
- Use latest version - Keep xlex updated
- Review templates - Template placeholders can execute data transformations
- Limit permissions - Run with minimal file system permissions
- xlex does not execute Excel macros (VBA)
- xlex does not evaluate formulas (values only)
- Template processing is sandboxed (no arbitrary code execution)