Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Adapt System ID and System Name
Browse files Browse the repository at this point in the history
Per our discussion on the topic of generalized and making this MVP, we
may want to consider just giving the example app a name and pick yet
another random identifier. Leveraging SaaS and information might be a
confusing given the simplification of context we want.
  • Loading branch information
aj-stein-nist committed Aug 30, 2022
1 parent 628b96a commit 1595bc6
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .oscal/ssp/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ system-security-plan:
version: "0.1"
oscal-version: 1.0.4
roles:
- id: admin
title: Administrator
- id: application-admin
title: Application Administrator
parties:
- uuid: ##########ID##########
type: person
Expand All @@ -19,8 +19,9 @@ system-security-plan:

system-characteristics:
system-ids:
- id: saas_system_iaas_customer
system-name: Leveraging SaaS System
- id: ##########ID##########
identifier-type: http://ietf.org/rfc/rfc4122
system-name: OSCAL Workflow Example System
description: >
NO CONTENT HERE FOR NOW
security-sensitivity-level: low
Expand Down Expand Up @@ -51,7 +52,7 @@ system-security-plan:
users:
- uuid: ##########ID##########
role-ids:
- admin
- application-admin
authorized-privileges:
- title: Developer
functions-performed:
Expand Down Expand Up @@ -113,15 +114,15 @@ system-security-plan:
value: provider
- statement-id: ac-8_smt.c
uuid: ##########ID##########
by-components:
- component-uuid: ##########ID##########
uuid: ##########ID##########
description: >-
This system is not authorized to be publicly accessible. If any response from the system can be displayed on screen,
such as a terminal window or web browser, the system use notification will be emitted.
props:
- name: responsibility
value: provider
by-components:
- component-uuid: ##########ID##########
uuid: ##########ID##########
description: >-
This system is not authorized to be publicly accessible. If any response from the system can be displayed on screen,
such as a terminal window or web browser, the system use notification will be emitted.
props:
- name: responsibility
value: provider


back-matter:
Expand Down

0 comments on commit 1595bc6

Please sign in to comment.