-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the interconnection-component-has-local-protocol constraint #1089
Open
DimitriZhurkin
wants to merge
1
commit into
GSA:canary
Choose a base branch
from
DimitriZhurkin:add-interconnection-component-has-local-protocol
base: canary
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
48 changes: 48 additions & 0 deletions
48
...idations/constraints/content/ssp-interconnection-component-has-local-protocol-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,48 @@ | ||
<?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="11111111-2222-4000-8000-009000200002" type="interconnection"> | ||
<title>Authorized Connection Information System Name</title> | ||
<description> | ||
<p>Describe the purpose of the external system/service; specifically, provide reasons for connectivity (e.g., system monitoring, system alerting, download updates, etc.)</p> | ||
</description> | ||
<prop name="nature-of-agreement" value="contract" ns="http://fedramp.gov/ns/oscal"/> | ||
<prop name="authentication-method" value="yes" ns="http://fedramp.gov/ns/oscal"> | ||
<remarks> | ||
<p>If 'yes', describe the authentication method in the remarks.</p> | ||
<p>If 'no', explain why no authentication is used in the remarks.</p> | ||
<p>If 'not-applicable', attest explain why authentication is not applicable in the remarks.</p> | ||
</remarks> | ||
</prop> | ||
<prop name="information-type" class="incoming" value="C.3.5.1" ns="http://fedramp.gov/ns/oscal"/> | ||
<prop name="information-type" class="incoming" value="C.3.5.8" ns="http://fedramp.gov/ns/oscal"/> | ||
<!--prop name="ipv4-address" class="local" value="10.1.1.1"/> | ||
<prop name="ipv6-address" class="local" value="::ffff:10.1.1.1"/--> | ||
<prop name="ipv4-address" class="remote" value="10.2.2.2"/> | ||
<prop name="ipv6-address" class="remote" value="::ffff:10.2.2.2"/> | ||
<!--prop name="fqdn" class="local" value="www.example.com"/> | ||
<prop name="uri" class="local" value="https://sample.com#content"/--> | ||
<prop name="fqdn" class="remote" value="www.example.com"/> | ||
<prop name="uri" class="remote" value="https://sample.com#content"/> | ||
<prop name="connection-security" value="tls-1.3" ns="http://fedramp.gov/ns/oscal"/> | ||
<!--link rel="uri" href="https://www.example.com#content"/--> | ||
<status state="operational"/> | ||
<responsible-role role-id="provider"> | ||
<party-uuid>44444444-2222-4000-8000-004000000001</party-uuid> | ||
</responsible-role> | ||
<responsible-role role-id="isa-poc-remote"> | ||
<party-uuid>11111111-2222-4000-8000-004000000008</party-uuid> | ||
</responsible-role> | ||
<responsible-role role-id="isa-poc-local"> | ||
<party-uuid>11111111-2222-4000-8000-004000000008</party-uuid> | ||
</responsible-role> | ||
<responsible-role role-id="administrator"> | ||
<prop name="privilege-uuid" value="11111111-2222-4000-8000-008000000004" ns="http://fedramp.gov/ns/oscal"/> | ||
<party-uuid>11111111-2222-4000-8000-004000000010</party-uuid> | ||
<party-uuid>11111111-2222-4000-8000-004000000011</party-uuid> | ||
<party-uuid>11111111-2222-4000-8000-004000000012</party-uuid> | ||
</responsible-role> | ||
</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
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -616,6 +616,11 @@ | |||||||||||||||||||||
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/4-ssp-template-to-oscal-mapping/#system-information-and-information-types"/> | ||||||||||||||||||||||
<message>An inter-boundary communication component {@uuid} ({path(.)}) MUST have at least one information-type property.</message> | ||||||||||||||||||||||
</expect> | ||||||||||||||||||||||
<expect id="interconnection-component-has-local-protocol" target="component[@type='interconnection']" test="count(prop[@class='local' and @name=('ipv4-address','ipv6-address','fqdn','uri')] | link[@rel='uri']) >= 1" level="ERROR"> | ||||||||||||||||||||||
<formal-name>Interconnection Component Has Local Protocols</formal-name> | ||||||||||||||||||||||
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/5-attachments/"/> | ||||||||||||||||||||||
<message>In a FedRAMP SSP, an interconnection component MUST have at least one local IPv4 Address, IPv6 Address, URI, or FQDN.</message> | ||||||||||||||||||||||
</expect> | ||||||||||||||||||||||
Comment on lines
+619
to
+623
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||
<expect id="inventory-item-and-component-has-public" target="(inventory-item | component[@type='service' and prop[@name='implementation-point' and @value='internal']])" test="count(prop[@name='public']) = 1" level="ERROR"> | ||||||||||||||||||||||
<formal-name>Inventory Item and Component Has Public</formal-name> | ||||||||||||||||||||||
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/5-attachments/#system-inventory-approach"/> | ||||||||||||||||||||||
|
8 changes: 8 additions & 0 deletions
8
...validations/constraints/unit-tests/interconnection-component-has-local-protocol-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 interconnection-component-has-local-protocol constraint unit test. | ||||||
test-case: | ||||||
name: The invalid interconnection-component-has-local-protocol constraint unit test. | ||||||
description: Test that the FedRAMP SSP interconnection component does not have local IPv4 Address, IPv6 Address, URI, or FQDN. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
content: ../content/ssp-interconnection-component-has-local-protocol-INVALID.xml | ||||||
expectations: | ||||||
- constraint-id: interconnection-component-has-local-protocol | ||||||
result: fail |
8 changes: 8 additions & 0 deletions
8
...validations/constraints/unit-tests/interconnection-component-has-local-protocol-PASS.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 valid interconnection-component-has-local-protocol constraint unit test. | ||||||
test-case: | ||||||
name: The valid interconnection-component-has-local-protocol constraint unit test. | ||||||
description: Test that the FedRAMP SSP interconnection component has at least one local IPv4 Address, IPv6 Address, URI, or FQDN. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
content: ../../../content/rev5/examples/ssp/xml/fedramp-ssp-example.oscal.xml | ||||||
expectations: | ||||||
- constraint-id: interconnection-component-has-local-protocol | ||||||
result: pass |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NON-BLOCKING: The constraint looks good, this is just to make the invalid test content a little more clear as to what is being tested.