wacli/internal
Martín Alcalá Rubí ffddc91f92
security: add panic recovery to event handler and media workers (#143)
The event handler and media worker goroutines previously lacked panic recovery. If processing panicked from an unexpected message structure, it would crash the entire wacli process and drop the authenticated session.

This adds idiomatic `defer func() { recover() }()` blocks to the handlers. The process now survives individual message panics and logs the incident to stderr safely.

Closes #52
2026-04-14 14:26:40 -07:00
..
app security: add panic recovery to event handler and media workers (#143) 2026-04-14 14:26:40 -07:00
config Add pnpm scripts and run via CI 2025-12-12 14:59:48 +00:00
lock Tests: stabilize lock cross-process check 2025-12-12 14:50:49 +00:00
out Tests: raise coverage for store and parsers 2025-12-12 15:27:52 +00:00
pathutil security: strip null bytes and control chars in path sanitization (#140) 2026-04-14 14:20:25 -07:00
store bug: sanitize FTS5 user queries to prevent query-syntax injection (#146) 2026-04-14 14:25:47 -07:00
wa Add display text for reactions and replies 2026-01-10 18:54:22 -05:00