-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 931-connection-security
- Loading branch information
Showing
23 changed files
with
875 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...ations/constraints/content/ssp-leveraged-authorization-has-authorization-type-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="12345678-1234-4321-8765-123456789012"> | ||
<system-implementation> | ||
<leveraged-authorization uuid="5a9c98ab-8e5e-433d-a7bd-515c07cd1497"> | ||
<!-- <prop ns="http://fedramp.gov/ns/oscal" name="authorization-type" value="fedramp-agency"/> Missing authorization-type --> | ||
<date-authorized>2015-01-01</date-authorized> | ||
</leveraged-authorization> | ||
</system-implementation> | ||
</system-security-plan> |
9 changes: 9 additions & 0 deletions
9
src/validations/constraints/content/ssp-leveraged-authorization-has-impact-level-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="12345678-1234-4321-8765-123456789012"> | ||
<system-implementation> | ||
<leveraged-authorization uuid="5a9c98ab-8e5e-433d-a7bd-515c07cd1497"> | ||
<!-- <prop ns="http://fedramp.gov/ns/oscal" name="impact-level" value="moderate"/> Missing impact-level --> | ||
<party-uuid>f0bc13a4-3303-47dd-80d3-380e159c8362</party-uuid> | ||
<date-authorized>2015-01-01</date-authorized> | ||
</leveraged-authorization> | ||
</system-implementation> | ||
</system-security-plan> |
7 changes: 7 additions & 0 deletions
7
...dations/constraints/content/ssp-leveraged-authorization-has-system-identifier-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="12345678-1234-4321-8765-123456789012"> | ||
<system-implementation> | ||
<leveraged-authorization uuid="5a9c98ab-8e5e-433d-a7bd-515c07cd1497"> | ||
<!-- <prop ns="http://fedramp.gov/ns/oscal" name="leveraged-system-identifier" value="F1603047866"/> Missing leveraged-system-identifier --> | ||
</leveraged-authorization> | ||
</system-implementation> | ||
</system-security-plan> |
19 changes: 19 additions & 0 deletions
19
...lidations/constraints/content/ssp-leveraged-authorization-nature-of-agreement-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 https://github.com/usnistgov/OSCAL/releases/download/v1.1.2/oscal_ssp_schema.xsd" | ||
uuid="12345678-1234-4321-8765-123456789012"> | ||
|
||
<system-implementation> | ||
<component uuid="6ac88fd2-7c7b-4357-af2e-f22ccd3ead26" type="system"> | ||
<title>An External Leveraged System</title> | ||
<description> | ||
<p>An external leveraged system.</p> | ||
</description> | ||
<prop name="leveraged-authorization-uuid" uuid="233e0f09-fe5e-47e2-bca3-5f32df75e57a" value="contract"/> | ||
<prop name="nature-of-agreement" uuid="306e68da-86c3-4c18-b559-e95d85fb71e7" ns="https://fedramp.gov/ns/oscal" value="invalid"/> | ||
<status state="operational"/> | ||
</component> | ||
</system-implementation> | ||
|
||
</system-security-plan> |
8 changes: 8 additions & 0 deletions
8
src/validations/constraints/content/ssp-saas-has-leveraged-authorization-INVALID.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 https://github.com/usnistgov/OSCAL/releases/download/v1.1.2/oscal_ssp_schema.xsd" uuid="12345678-1234-4321-8765-123456789012"> | ||
<system-characteristics> | ||
<prop name="cloud-service-model" value="saas"/> | ||
</system-characteristics> | ||
<system-implementation> | ||
<!-- Missing leveraged authorization --> | ||
</system-implementation> | ||
</system-security-plan> |
Oops, something went wrong.