CodeReview/backend/app
lintsinghua 4eb81a5bca fix(scan): normalize file paths for cross-platform compatibility
- Add normalize_path() utility function to convert backslashes to forward slashes
- Ensure consistent path separators across Windows, Unix, and Mac platforms
- Apply path normalization to relative paths extracted from ZIP files
- Normalize target file paths before matching against scan configuration
- Update file filtering logic to use normalized path set for accurate matching
- Add inline comments explaining cross-platform path handling requirements
2025-12-09 15:38:17 +08:00
..
api fix(scan): normalize file paths for cross-platform compatibility 2025-12-09 15:38:17 +08:00
core chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
db feat: 添加演示账户和演示数据,完善项目文档 2025-12-05 15:09:39 +08:00
models feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
schemas feat(users): add comprehensive user management with search, filtering, and admin controls 2025-11-28 01:06:01 +08:00
services feat: add json-repair library as fallback for LLM response parsing 2025-12-08 21:45:58 +08:00
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
main.py chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00