52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"registry_version": "1.0",
|
|
"provenance_schema_version": "1.0",
|
|
"application_version": "0.4.0",
|
|
"introduced_in_application_version": "0.4.0",
|
|
"compatible_application_versions": [
|
|
"0.4.0",
|
|
"0.5.0",
|
|
"0.5.1",
|
|
"0.5.2",
|
|
"0.5.3",
|
|
"0.5.4",
|
|
"0.5.5",
|
|
"0.5.6",
|
|
"0.5.7",
|
|
"0.5.8",
|
|
"0.5.9",
|
|
"0.5.10",
|
|
"0.5.11",
|
|
"0.6.0"
|
|
],
|
|
"name": "assertion-evaluation-statuses",
|
|
"description": "Consumer-facing point-in-time assertion conclusions.",
|
|
"entries": [
|
|
{
|
|
"code": "exact",
|
|
"consumer_action": "promote",
|
|
"meaning": "All mandatory evidence and relevant confidence dimensions support the asserted scope."
|
|
},
|
|
{
|
|
"code": "degraded",
|
|
"consumer_action": "warn",
|
|
"meaning": "Use is possible only within the recorded uncertainty boundary."
|
|
},
|
|
{
|
|
"code": "refused",
|
|
"consumer_action": "refuse",
|
|
"meaning": "Policy, authorization, or compatibility prohibits a conclusion."
|
|
},
|
|
{
|
|
"code": "stale",
|
|
"consumer_action": "reevaluate",
|
|
"meaning": "A source anchor, digest, or generation dependency changed."
|
|
},
|
|
{
|
|
"code": "unverified",
|
|
"consumer_action": "withhold_exact",
|
|
"meaning": "Mandatory evaluation or evidence is incomplete without a demonstrated contradiction."
|
|
}
|
|
]
|
|
}
|