CodeReview/backend/app/api/v1/endpoints
lintsinghua c64eddac7c feat(agent): 新增多语言代码测试和漏洞验证工具并增强错误处理
新增 PHP、Python、JavaScript 等多语言代码测试工具和命令注入、SQL 注入等专用漏洞验证工具
优化错误处理逻辑,提供更详细的错误信息和堆栈跟踪
增强 JSON 解析器,优先使用 json-repair 库处理复杂格式
改进 Agent 响应解析逻辑,更健壮地提取思考内容和操作指令
完善沙箱管理器的初始化和错误处理机制
2025-12-14 17:20:54 +08:00
..
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
agent_tasks.py feat(agent): 新增多语言代码测试和漏洞验证工具并增强错误处理 2025-12-14 17:20:54 +08:00
auth.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
config.py feat: 添加敏感信息加密存储功能 2025-11-28 17:51:17 +08:00
database.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
embedding_config.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
members.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
projects.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
prompts.py feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
rules.py fix(rules): fix unicode encoding error in rule set export filename 2025-12-10 17:43:56 +08:00
scan.py feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00
tasks.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
users.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00