Security updates are provided for:
| Version | Supported |
|---|---|
| Latest | β |
| >= 1.0.0 | β |
| < 1.0.0 | β |
Older versions may contain known vulnerabilities and are not supported.
If you find a security issue:
- Please Do NOT open a public issue for security vulnerabilities
- Report privately to the maintainer
Include:
- description
- reproduction steps
- impact
- possible fix
This project is a CLI tool. Relevant risks include:
- malicious file paths
- directory traversal issues
- unsafe file writes
- command injection via CLI input
- validate inputs
- avoid executing user input
- sanitize file paths
- use safe file operations
The maintainer will:
- investigate
- confirm issue
- release fix if needed