mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 08:17:22 +00:00
- Sanitize SQL key parameter in queryStateDb to prevent injection
- Fix UUID regex: use exact {32} length, remove redundant hyphen from
stripped character class
- Remove unused types from types.ts (YAGNI): CursorDaemonStatus,
CursorModel, MessageRole, CursorMessage, CursorToolCall,
CursorToolResult, ProtobufExtractResult — belong in their respective
module PRs