22 lines
570 B
JSON
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"
|
|
}
|