Only the latest release of sqly gets fixes, including security fixes. If you hit an issue on an older version, please reproduce it on the latest release first.
Report security issues privately, not through public issues or pull requests.
- Email: n.chika156@gmail.com
- Or use the "Report a vulnerability" button on the repository's Security tab.
sqly imports untrusted files (CSV/TSV/LTSV/JSON/Parquet/Excel, including compressed variants) into an in-memory SQLite database and runs SQL against them, so reports about file parsing, path handling, resource exhaustion, or the import/save flow are especially useful. Please include enough detail to reproduce:
- sqly version (
sqly --version) - OS and architecture
- The input file format and the command you ran
- A minimal reproduction, if you have one
sqly is maintained by one developer in spare time, so there is no guaranteed response time. I will acknowledge the report, confirm the issue, and fix it in a new release. You will be credited in the release notes unless you prefer to stay anonymous.
Release artifacts are signed with cosign and ship with an SBOM and build provenance. See Verifying release integrity for how to check what you download.