-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 18a02c9 Author: wandmagic <156969148+wandmagic@users.noreply.github.com> Date: Wed Jan 8 09:37:15 2025 -0500 Hotfix styles (#1076) * style guide hotfix * Update fedramp-external-constraints.xml commit 60b3c50 Author: DimitriZhurkin <dimitri.zhurkin@noblis.org> Date: Wed Jan 8 07:14:14 2025 -0700 Add the inter-boundary-component-has-information-type constraint (#1066) * Add the inter-boundary-component-has-information-type constraint * clean up ssp-inter-boundary-component-has-information-type-INVALID.xml commit d7b0623 Author: wandmagic <156969148+wandmagic@users.noreply.github.com> Date: Tue Jan 7 14:47:44 2025 -0500 fix constraints (#1070) commit fc50a42 Author: wandmagic <156969148+wandmagic@users.noreply.github.com> Date: Fri Jan 3 14:21:47 2025 -0500 hotfix develop (#1064)
- Loading branch information
Showing
7 changed files
with
105 additions
and
35 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
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
36 changes: 36 additions & 0 deletions
36
...dations/constraints/content/ssp-inter-boundary-component-has-information-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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://github.com/usnistgov/OSCAL/releases/download/v1.1.3/oscal_ssp_schema.xsd" schematypens="http://www.w3.org/2001/XMLSchema" title="OSCAL complete schema"?> | ||
<system-security-plan xmlns="http://csrc.nist.gov/ns/oscal/1.0" uuid="df903c4c-6bb5-4b78-8a71-c5baa06a9f2e"> | ||
<system-implementation> | ||
<component uuid="67ecaba6-e5be-4c92-9731-e55825689e8f" type="service"> | ||
<title>Service B</title> | ||
<description> | ||
<p>An non-authorized service provided by the Awesome Cloud leveraged authorization.</p> | ||
<p>Describe the service and what it is used for.</p> | ||
</description> | ||
<prop name="implementation-point" value="external"/> | ||
<prop name="connection-security" value="non-fedramp-value" ns="https://fedramp.gov/ns/oscal"/> | ||
<prop ns="https://fedramp.gov/ns/oscal" name="provider" value="self"/> | ||
<prop ns="https://fedramp.gov/ns/oscal" name="still-supported" value="yes"/> | ||
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="yes"> | ||
<remarks> | ||
<p>If 'yes', describe the authentication method.</p> | ||
<p>If 'no', explain why no authentication is used.</p> | ||
<p>If 'not-applicable', attest explain why authentication is not applicable in the remarks.</p> | ||
</remarks> | ||
</prop> | ||
<prop name="poam-item-uuid" ns="https://fedramp.gov/ns/oscal" value="11111111-3333-4000-8000-000000000001"/> | ||
<prop name="poam-id" ns="https://fedramp.gov/ns/oscal" value="ID-0001"/> | ||
<link rel="provided-by" href="#11111111-2222-4000-8000-009000100001"/> | ||
<status state="operational"/> | ||
<responsible-role role-id="admin"> | ||
</responsible-role> | ||
<responsible-role role-id="provider"> | ||
<party-uuid>33333333-2222-4000-8000-004000000001</party-uuid> | ||
</responsible-role> | ||
<remarks> | ||
<p>Each non-authorized leveraged service must be expressed as a "service" component.</p> | ||
</remarks> | ||
</component> | ||
</system-implementation> | ||
</system-security-plan> |
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
...alidations/constraints/unit-tests/inter-boundary-component-has-information-type-FAIL.yaml
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 @@ | ||
# Driver for the invalid inter-boundary-component-has-information-type constraint unit test. | ||
test-case: | ||
name: The invalid inter-boundary-component-has-information-type constraint unit test. | ||
description: Test that the FedRAMP SSP inter-boundary communication component does not have the "information-type" property. | ||
content: ../content/ssp-inter-boundary-component-has-information-type-INVALID.xml | ||
expectations: | ||
- constraint-id: inter-boundary-component-has-information-type | ||
result: fail |
Oops, something went wrong.