Skip to content

Commit 8561600

Browse files
authored
Add Components To information-type-800-60-v2r1 Allowed Values (#973)
* Add Leveraged Authorizations and External, Interconnected, and Unauthorized Systems components to information-type allowed values * Adjust constraint target
1 parent 788b67e commit 8561600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validations/constraints/fedramp-external-allowed-values.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<enum value="fedramp-3.0.0rc1-oscal-1.1.2">FedRAMP Version</enum>
147147
</allowed-values>
148148

149-
<allowed-values id="information-type-800-60-v2r1" target="system-characteristics/system-information/information-type/categorization[@system='https://doi.org/10.6028/NIST.SP.800-60v2r1']/information-type-id" allow-other="no" level="ERROR">
149+
<allowed-values id="information-type-800-60-v2r1" target="(system-characteristics/system-information/information-type/categorization[@system='https://doi.org/10.6028/NIST.SP.800-60v2r1']/information-type-id | //component[(@type='system' and prop[@name='leveraged-authorization-uuid']) or (@type=('service', 'software') and not(prop[@name='leveraged-authorization-uuid']) and prop[@name='implementation-point' and @value='external']) or (@type='interconnection') or (@type=('service', 'software') and prop[@name='implementation-point' and @value='internal'] and prop[@name='communicates-externally' and @value='yes' and @ns='https://fedramp.gov/ns/oscal'])]/prop[@ns='https://fedramp.gov/ns/oscal' and @name='information-type']/@value)" allow-other="no" level="ERROR">
150150
<formal-name>NIST SP 800-60 Volume 2 Revision 1 Information Types</formal-name>
151151
<description>Contains a list of all supported information types from NIST SP 800-60 Volume 2 Revision 1.</description>
152152
<enum value="C.2.1.1">Controls and Oversight: Corrective Action Information Type as defined by <a href="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST.SP.800-60v2r1</a></enum>

0 commit comments

Comments
 (0)