nex_docus/docs/sdd/specs/DV-0002-project-filesystem/verification.md

16 lines
527 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# DV-0002项目与文件系统 验证Verification
## 手工验收清单
- [x] 创建项目生成 uuid 目录 + README.md + _assets
- [x] 路径穿越(../)返回 403
- [x] 非成员访问返回 403
- [x] 目录树隐藏 . 开头的文件与 _assets
## 结构性证据
| VER | 证据 | 证明 |
| --- | --- | --- |
| VER-10 | models/project.py 等 | FR-2/5 数据层 |
| VER-11 | api/v1/projects.py, files.py | FR-2/3/5 API 层 |
| VER-12 | services/storage.py, project_file_service.py | ADR-0001/2/6, FR-3 |