II.
Workflow JSON
Structured · liveworkflow:cryptographic-library-upgrade
Cryptographic Library Upgrade json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:cryptographic-library-upgrade",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-crypto-blockchain.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Cryptographic Library Upgrade",
"workflowKind": "security",
"triggerType": "event-driven",
"typicalCadence": "per-advisory",
"complexity": "cross-team",
"description": "Coordinates the upgrade of cryptographic libraries across services\nafter vulnerability disclosure or algorithm deprecation — inventorying\nusage, testing compatibility, scheduling coordinated rollout, and\nverifying no regressions in TLS handshakes or signature validation.\nExcludes general dependency upgrades.\n"
},
"outgoingEdges": [
{
"from": "workflow:cryptographic-library-upgrade",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "role:dependency-updater",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "skill-area:secrets-rotation",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "skill-area:oauth-flows",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "domain:cybersecurity",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "responsibility:dependency-audit",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "responsibility:upgrade-dependencies-weekly",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:cryptographic-library-upgrade",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}