Files
workinf_Blender_Wasm/tests/golden/M13-02F/signature-negative-report.json
mes123456 380cbed4ff
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
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

22 lines
570 B
JSON

{
"schemaVersion": 1,
"task": "M13-02F",
"operation": "SCRIPT_SIGNATURE_NEGATIVE_CASES",
"decisions": {
"missing": "SCRIPT_POLICY_DENIED",
"expired": "SCRIPT_POLICY_DENIED",
"notYetValid": "SCRIPT_POLICY_DENIED",
"publisherMismatch": "SCRIPT_POLICY_DENIED",
"swapped": "SCRIPT_SIGNATURE_INVALID"
},
"invariants": {
"missingKeyDenied": true,
"expiredKeyDenied": true,
"notYetValidKeyDenied": true,
"publisherConfusionDenied": true,
"swappedSignatureDenied": true,
"noExecution": true
},
"nextTask": "M13-03A"
}