II.
Workflow JSON
Structured · liveworkflow:cve-triage
CVE Triage json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:cve-triage",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "CVE Triage",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "on-demand",
"complexity": "moderate",
"description": "Triaging new Common Vulnerabilities and Exposures — impact assessment\nagainst deployed systems, exploitability analysis, patch availability\ncheck, remediation prioritization, and SLA-driven fix scheduling.\nDistinct from cve-response-coordination in focusing on initial\ntriage rather than full response.\n"
},
"outgoingEdges": [
{
"from": "workflow:cve-triage",
"to": "role:appsec-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "role:security-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "role:threat-analyst",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "skill-area:vulnerability-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "skill-area:dependency-vulnerability-mgmt",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "domain:cybersecurity",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "responsibility:dependency-security",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cve-triage",
"to": "responsibility:zero-day-response",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}