Skip to content

Commit

Permalink
reverted commit deprecating interconnection-direction and interconnec…
Browse files Browse the repository at this point in the history
…tion-security. To be handled in another commit later
  • Loading branch information
kyhu65867 committed Dec 2, 2024
1 parent 3f7a598 commit 50006f9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/validations/constraints/fedramp-external-allowed-values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,26 +326,6 @@
<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 50006f9

Please sign in to comment.