threat-control-map / schema.json
shukoo's picture
Publish threat-control-map dataset from canonical GitHub repository
6ae92e1 verified
Raw
History Blame Contribute Delete
570 Bytes
{
"title": "AegisLayer Threat Control Map",
"type": "object",
"required": [
"threat_id",
"threat_family",
"affected_asset",
"control_principle",
"related_adr",
"documentation_link",
"residual_risk_statement"
],
"properties": {
"threat_id": {"type": "string"},
"threat_family": {"type": "string"},
"affected_asset": {"type": "string"},
"control_principle": {"type": "string"},
"related_adr": {"type": "string"},
"documentation_link": {"type": "string"},
"residual_risk_statement": {"type": "string"}
}
}