| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-04-14 | 95 Bytes | |
| wacli-macos-universal.tar.gz | 2026-04-14 | 14.0 MB | |
| README.md | 2026-04-14 | 2.0 kB | |
| v0.6.0 source code.tar.gz | 2026-04-14 | 56.6 kB | |
| v0.6.0 source code.zip | 2026-04-14 | 91.0 kB | |
| Totals: 5 Items | 14.2 MB | 2 | |
This release contains a massive security sweep resolving multiple underlying vulnerabilities in the SQLite store and path sanitization constraints, as well as fixing the critical sync/reconnect deadlocks.
Huge thanks to @draix for the security patches, and tying off the backlog sweep for @steipete!
What's Changed
- chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/steipete/wacli/pull/69
- security: validate SQLite URI path against '?' and '#' injection (#59) by @draix in https://github.com/steipete/wacli/pull/141
- security: guard tableHasColumn against empty table name (#58) by @draix in https://github.com/steipete/wacli/pull/142
- security: strip null bytes and control chars in path sanitization (#60) by @draix in https://github.com/steipete/wacli/pull/140
- bug: escape LIKE wildcard chars in search queries (#56) by @draix in https://github.com/steipete/wacli/pull/145
- bug: sanitize FTS5 user queries to prevent query-syntax injection (#57) by @draix in https://github.com/steipete/wacli/pull/146
- security: add panic recovery to event handler and media workers (#52) by @draix in https://github.com/steipete/wacli/pull/143
- feat: add WACLI_STORE_DIR env variable to configure store directory (#36) by @draix in https://github.com/steipete/wacli/pull/150
- fix: force exit on second SIGINT during long-running commands by @dinakars777 in https://github.com/steipete/wacli/pull/112
- fix: bound reconnect duration to prevent indefinite lock holding by @dinakars777 in https://github.com/steipete/wacli/pull/113
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/steipete/wacli/pull/69
- @draix made their first contribution in https://github.com/steipete/wacli/pull/141
- @dinakars777 made their first contribution in https://github.com/steipete/wacli/pull/112
Full Changelog: https://github.com/steipete/wacli/compare/v0.5.0...v0.6.0