Skip to content

Commit

Permalink
feat: updates example SRM to include components under source-ssp
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Jun 7, 2024
1 parent cae5562 commit da2281a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion examples/srm/json/shared-responsibilty.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,27 @@
"date-authorized": "2024-04-16",
"referenced-profile": {
"href": "#22222222-b238-4752-ba12-cfd6ef2a83df"
}
},
"components": [
{
"uuid": "22222222-0000-4000-9001-000000000001",
"type": "this-system",
"title": "This System",
"description": "This Leveraging PaaS.\nThe entire system as depicted in the system authorization boundary",
"status": {
"state": "operational"
}
},
{
"uuid": "22222222-395a-4ea9-a8dd-dc678515ae7b",
"type": "software",
"title": "Example Operating System",
"description": "An example operating system.",
"status": {
"state": "operational"
}
}
]
},
"control-implementation": {
"description": "Example control implementation for PaaS using ac-6.9 and au-11.",
Expand Down

0 comments on commit da2281a

Please sign in to comment.