Skip to content

Commit

Permalink
change 'http' to 'https'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabeblis committed Nov 25, 2024
1 parent acd2bbd commit ac6d9b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/validations/constraints/content/ssp-all-VALID.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</description>
<prop name="interconnection-security" value="vpn" ns="https://fedramp.gov/ns/oscal"/>
<prop name="interconnection-direction" value="in/out" ns="https://fedramp.gov/ns/oscal"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="yes">
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="yes">
<remarks>
<p>Some description of the authentication method.</p>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<component uuid="11111111-2222-4000-8000-009000100001" type="system">
<prop name="leveraged-authorization-uuid" value="11111111-2222-4000-8000-019000000001"/>
<prop name="implementation-point" value="external"/>
<prop ns="http://fedramp.gov/ns/oscal" name="nature-of-agreement" value="sla"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<prop ns="https://fedramp.gov/ns/oscal" name="nature-of-agreement" value="sla"/>
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<remarks>
<p>If 'yes', describe the authentication method.</p>
<p>If 'no', explain why no authentication is used.</p>
Expand All @@ -24,8 +24,8 @@
</description>
<prop name="implementation-point" value="external"/>
<prop name="direction" value="outgoing"/>
<prop ns="http://fedramp.gov/ns/oscal" name="still-supported" value="yes"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<prop ns="https://fedramp.gov/ns/oscal" name="still-supported" value="yes"/>
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<remarks>
<p>If 'yes', describe the authentication method.</p>
<p>If 'no', explain why no authentication is used.</p>
Expand All @@ -36,9 +36,9 @@
<component uuid="11111111-2222-4000-8000-009000200001" type="interconnection">
<prop name="direction" value="incoming"/>
<prop name="direction" value="outgoing"/>
<prop ns="http://fedramp.gov/ns/oscal" name="nature-of-agreement" value="contract"/>
<prop ns="http://fedramp.gov/ns/oscal" name="still-supported" value="yes"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<prop ns="https://fedramp.gov/ns/oscal" name="nature-of-agreement" value="contract"/>
<prop ns="https://fedramp.gov/ns/oscal" name="still-supported" value="yes"/>
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<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>
Expand All @@ -54,7 +54,7 @@
</description>
<prop name="implementation-point" value="internal"/>
<prop name="direction" value="outgoing"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<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>
Expand All @@ -70,7 +70,7 @@
<prop name="asset-type" value="cli"/>
<prop name="implementation-point" value="internal"/>
<prop name="direction" value="outgoing"/>
<prop ns="http://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<prop ns="https://fedramp.gov/ns/oscal" name="authentication-method" value="INVALID">
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<enum value="other">Other</enum>
</allowed-values>

<allowed-values id="user-authentication" target="//component[(@type='system' and ./prop[@name='leveraged-authorization-uuid']) or (@type='service' and not(./prop[@name='leveraged-authorization-uuid']) and ./prop[@name='implementation-point' and @value='external']) or (@type='interconnection') or (@type='service' and ./prop[@name='implementation-point' and @value='internal'] and ./prop[@name='direction']) or (@type='software' and ./prop[@name='asset-type' and @value='cli'] and ./prop[@name='direction'])]/prop[@ns='http://fedramp.gov/ns/oscal' and @name='authentication-method']/@value" allow-other="no" level="ERROR">
<allowed-values id="user-authentication" target="//component[(@type='system' and ./prop[@name='leveraged-authorization-uuid']) or (@type='service' and not(./prop[@name='leveraged-authorization-uuid']) and ./prop[@name='implementation-point' and @value='external']) or (@type='interconnection') or (@type='service' and ./prop[@name='implementation-point' and @value='internal'] and ./prop[@name='direction']) or (@type='software' and ./prop[@name='asset-type' and @value='cli'] and ./prop[@name='direction'])]/prop[@ns='https://fedramp.gov/ns/oscal' and @name='authentication-method']/@value" allow-other="no" level="ERROR">
<formal-name>User Authentication</formal-name>
<description>Identifies if user authentication is required.</description>
<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/#leveraged-fedramp-authorized-services"/>
Expand Down

0 comments on commit ac6d9b3

Please sign in to comment.