Skip to content
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

OSCAL and FedRAMP OSCAL extensions external constraints #602

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<metaschema-meta-constraints xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0">
<!-- ================== -->
<!-- FedRAMP Extensions -->
<!-- ================== -->
<context>
<metapath target="/profile/modify/alter/add/prop"/>
<metapath target="/profile/modify/alter/add//part/prop"/>
<metapath target="/catalog//control//part/prop"/>
<metapath target="/assessment-plan/local-definitions/objectives-and-methods//part/prop"/>
<metapath target="/assessment-results/local-definitions/objectives-and-methods//part/prop"/>

<context>
<metapath target=".[@ns='https://fedramp.gov/ns/oscal' and @name='response-point']"/>

<constraints>
<matches id="prop-response-point-matches-string" target="." datatype="string"/>
<!-- TODO: fix scope of enforcement for the prop -->
<has-cardinality id="prop-response-point-has-cardinality-one" target="." max-occurs="1"/>
<remarks>
<p>This appears in FedRAMP profiles and resolved profile catalogs.</p>
<p>For control statements, it signals to the CSP which statements require a response in the SSP.</p>
<p>For control objectives, it signals to the assessor which control objectives must appear in the assessment results, which aligns with the FedRAMP test case workbook.</p>
</remarks>
</constraints>
</context>
</context>
</metaschema-meta-constraints>
Loading
Loading