Checkpoint web parity through Chromium input tasks
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

26
docs/tasks/M13-05F.md Normal file
View File

@@ -0,0 +1,26 @@
# M13-05F恶意输入矩阵
- `task`: `M13-05F`
- `parent`: `M13-05E`
- `status`: `done`
## 目标
使用生产解析器和既有负例路径验证 malicious blend、image、font、media、archive、node graph、
script manifest 和 GLB。每类必须返回稳定拒绝码不得提取 archive、执行脚本或发布迟到结果。
## 验收
```text
npm --prefix web run test:malicious-input-matrix
npm --prefix web run typecheck
npm --prefix web run build
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05F/`;下一任务由 manifest 的 `nextTask` 指向 `M13-05G`
## 回滚
移除矩阵 checker、报告、manifest、package 命令和状态页;将 `M13-05E` 恢复为队列尾。