Skip to content

Commit

Permalink
fast reapplies fedramp-external-allowed-values
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhu65867 committed Dec 3, 2024
1 parent b5e5b51 commit 3e1b54a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/validations/constraints/fedramp-external-allowed-values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,26 @@
<enum value="https://doi.org/10.6028/NIST.SP.800-60v2r1">NIST SP 800-60 Volume 2 Revision 1</enum>
</allowed-values>

<allowed-values id="interconnection-direction" target="system-implementation/component[@type='interconnection']/prop[@name='interconnection-direction'][@ns='https://fedramp.gov/ns/oscal']/@value" allow-other="no" level="ERROR">
<formal-name>Interconnection Direction</formal-name>
<description>Identifies the direction of information flow for the interconnection.</description>
<enum value="in">Incoming</enum>
<enum value="out">Outgoing</enum>
<enum value="in/out">Bi-Directional</enum>
</allowed-values>

<allowed-values id="interconnection-security" target="system-implementation/component[@type='interconnection']/prop[@name='interconnection-security'][@ns='https://fedramp.gov/ns/oscal']/@value" allow-other="no" level="ERROR">
<formal-name>Interconnection Security</formal-name>
<description>Identifies the type of security applied to the interconnection.</description>
<enum value="ipsec">IPsec</enum>
<enum value="vpn">Virtual Private Network</enum>
<enum value="tls">Transport-Layer Security</enum>
<enum value="dtls">Transport-Layer Security</enum>
<enum value="certificate">Certificate Authentication Security</enum>
<enum value="secure-file-transfer">Secure File Transfer</enum>
<enum value="other">Other</enum>
</allowed-values>

<allowed-values id="inventory-item-allows-authenticated-scan" target="(//inventory-item | //component)/prop[@name='allows-authenticated-scan']/@value" allow-other="no" level="ERROR">
<formal-name>Allows Authenticated Scan</formal-name>
<description>Indicates if the asset is capable of having an authenticated scan.</description>
Expand Down

0 comments on commit 3e1b54a

Please sign in to comment.