Files
claude-mnemonic/internal/worker
lukaszraczylo c83095acb8 fix(sdk): improve path traversal protection and allocation safety
- [x] Enhance safeResolvePath with stricter validation using filepath.Rel
- [x] Reject paths containing ".." after cleaning to prevent traversal
- [x] Validate absolute paths are within cwd when cwd is specified
- [x] Apply safeResolvePath validation to GetFileContent for consistency
- [x] Add comprehensive test coverage for path traversal protection
- [x] Fix allocation safety in getRecentSearchQueries by using constant capacity
2026-01-11 01:40:46 +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