| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-01-23 | 391 Bytes | |
| deepaudit-backend-v3.0.3.tar.gz | 2026-01-23 | 1.4 MB | |
| deepaudit-docker-v3.0.3.tar.gz | 2026-01-23 | 9.3 kB | |
| deepaudit-frontend-v3.0.3.tar.gz | 2026-01-23 | 60.6 MB | |
| deepaudit-source-v3.0.3.tar.gz | 2026-01-23 | 62.7 MB | |
| README.md | 2026-01-20 | 3.0 kB | |
| Release v3.0.3 source code.tar.gz | 2026-01-20 | 62.6 MB | |
| Release v3.0.3 source code.zip | 2026-01-20 | 62.9 MB | |
| Totals: 8 Items | 250.2 MB | 0 | |
自 v3.0.2 以来的变更:
- Security: 修复SSRF漏洞,添加URL验证防护 (121466c)
- Update README.md (d5d96de)
- Update CVEList.md (c400984)
- Update README.md (2469375)
- README: CVE 列表添加项目热度列(GitHub Stars 徽章) (c9c4b3f)
- Update README.md (5729fdf)
- 优化 CVEList.md 并在 README 添加 CVE 漏洞发现章节 (222422d)
- Merge pull request [#134] from ez-lbz/CVEList (141d16a)
- CVEList (3227854)
- CVEList (2105967)
- CVEList (280df57)
- CVEList (8fd99ae)
- CVEList (7f437fa)
- CVEList (fb97573)
- CVEList (86ae6d6)
- CVEList (65c6db6)
- change logo.png (e8dbb77)
- Update README.md (134bb06)
- fix(frontend): 优化侧边栏布局,修复上下分栏遮挡问题 (837cb2b)
- Merge pull request [#118] from MicroMilo/feat/detail (7617b39)
- Merge pull request [#117] from MicroMilo/feat/fix-bug (e66d431)
- feat(frontend): 项目管理界面代码优化 (0360b30)
- feat(db): 更改adminer端口为8081 (0e03b18)
- fix(auth): 修复未勾选"记住我"时 Agent 流报"未登录"错误 (d857bca)
- feat(frontend): 项目管理像界面数据整合优化代码重构 (b6c1f90)
- feat(frontend): 项目管理详情界面数据整合 (5bf560b)
- fix: compose 分离开发者服务 (cdb4b2a)
- feat(db): 添加数据库可视化工具 (9bc3d5f)
🚀 v3.0.0 新特性
- 🤖 Multi-Agent 架构: Orchestrator/Analysis/Recon/Verification 多智能体协作
- 🧠 RAG 知识库增强: 代码语义理解 + CWE/CVE 漏洞知识库
- 🔒 沙箱漏洞验证: Docker 安全容器自动执行 PoC
- 🛠️ 专业安全工具集成: Semgrep, Bandit, Gitleaks, OSV-Scanner
- 🐛 稳定性增强: 修复多智能体工具调用循环、UI 显示及 Docker 环境兼容性问题
📦 下载说明
构建产物
deepaudit-frontend-*.tar.gz: 前端构建产物(用于生产部署)deepaudit-backend-*.tar.gz: 后端源码包deepaudit-docker-*.tar.gz: Docker 配置文件(包含沙箱配置)deepaudit-source-*.tar.gz: 完整源码包checksums.txt: 文件校验和
Docker 镜像
- Frontend:
ghcr.io/lintsinghua/deepaudit-frontend:v3.0.3 - Backend:
ghcr.io/lintsinghua/deepaudit-backend:v3.0.3
快速部署
:::bash
# 部署
docker compose up -d
What's Changed
- feat(db): 添加数据库可视化工具 by @MicroMilo in https://github.com/lintsinghua/DeepAudit/pull/117
- feat(frontend): 项目管理详情界面数据整合 by @MicroMilo in https://github.com/lintsinghua/DeepAudit/pull/118
- CVE list by @ez-lbz in https://github.com/lintsinghua/DeepAudit/pull/134
New Contributors
- @MicroMilo made their first contribution in https://github.com/lintsinghua/DeepAudit/pull/117
- @ez-lbz made their first contribution in https://github.com/lintsinghua/DeepAudit/pull/134
Full Changelog: https://github.com/lintsinghua/DeepAudit/compare/v3.0.2...v3.0.3