docs: project docs, scripts, deployment configs, and evidence
This commit is contained in:
42
docs/archive/reports/VALIDATION_REPORT.md
Normal file
42
docs/archive/reports/VALIDATION_REPORT.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# 验证报告
|
||||
|
||||
验证日期:2026-03-19
|
||||
|
||||
## 结论
|
||||
|
||||
本轮修复完成后,仓库级验证重新执行并通过。
|
||||
|
||||
## 执行命令
|
||||
|
||||
```bash
|
||||
go build ./...
|
||||
go vet ./...
|
||||
go test ./...
|
||||
```
|
||||
|
||||
## 结果
|
||||
|
||||
- `go build ./...`:通过
|
||||
- `go vet ./...`:通过
|
||||
- `go test ./...`:通过
|
||||
|
||||
## 本轮重点验证项
|
||||
|
||||
- `Argon2id` 密码哈希主链路
|
||||
- `RS256` JWT 主链路
|
||||
- 手机号注册必须校验短信验证码
|
||||
- 短信验证码登录路由真实挂载
|
||||
- OAuth `QQ / 支付宝 / 抖音` 运行时接线
|
||||
- `ListUsers status=0` 过滤语义
|
||||
- `SendEmailCode` 服务异常透明返回
|
||||
- `CSV / XLSX` 导入导出
|
||||
- 国际手机号基础校验
|
||||
- E2E 命名内存 SQLite 跨请求一致性
|
||||
|
||||
## 当前未纳入本轮完成范围
|
||||
|
||||
- 前端功能
|
||||
- `SSO / CAS / SAML`
|
||||
- `Java / Go / Rust SDK`
|
||||
- 设备信任 / 记住设备
|
||||
- 手机验证码重置密码
|
||||
Reference in New Issue
Block a user