Files
claude-mnemonic/internal/worker
lukaszraczylo 9217bf35f3 fix(security): improve JSON output safety and path traversal protection
- [x] Replace unsafe JSON string formatting with proper json.Marshal in export handler
- [x] Remove escapeJSONString helper function in favor of standard JSON marshaling
- [x] Add safeResolvePath function to validate paths and prevent directory traversal
- [x] Apply path traversal validation in captureFileMtimes operations
- [x] Cap result slice capacity in getRecentSearchQueries to prevent DoS via excessive allocation
2026-01-11 01:32:35 +00:00
..
2025-12-19 02:17:02 +00:00
2025-12-19 17:57:11 +00:00
2025-12-19 17:57:11 +00:00
2026-01-07 00:26:20 +00:00