[E2E] put 不验证数据是否符合 schema #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report (E2E Check)
Phase: Schema Validation
Severity: High
Command:
schema 定义
name为string类型,additionalProperties: false。Expected: 验证失败,返回错误,exit code 非零
Actual: 接受了
{"name":123},返回 hash,exit code 0。完全没有做 schema validation。影响: CAS 的核心价值是类型安全——每个 node 都有 schema 约束。不验证等于 schema 形同虚设。
Reported by e2e-check workflow (Docker isolated, oven/bun:latest)