Skip to content

Commit

Permalink
Edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabeblis committed Nov 13, 2024
1 parent 7c81ede commit c67e133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validations/constraints/fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@
<expect id="responsible-party-prepared-for" target="." test="exists(responsible-party[@role-id eq 'prepared-for'])" level="ERROR">
<formal-name>Responsible Party Prepared For</formal-name>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/general-concepts/4-expressing-common-fedramp-template-elements-in-oscal/#prepared-for-csp"/>
<message>A FedRAMP SSP MUST have a responsible party that defines the party that the document was prepared for.</message>
<message>A FedRAMP SSP MUST have a responsible party that defines the party for whom the document was prepared.</message>
</expect>
<expect id="responsible-party-prepared-for-location-valid" target="." test="($prepared-for-party/address[@type='work'] and $prepared-for-party/address/addr-line and $prepared-for-party/address/city and $prepared-for-party/address/state and $prepared-for-party/address/postal-code) or ($prepared-for-location/address[@type='work'] and $prepared-for-location/address/addr-line and $prepared-for-location/address/city and $prepared-for-location/address/state and $prepared-for-location/address/postal-code)" level="ERROR">
<formal-name>Responsible Party Prepared For Location Valid</formal-name>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/general-concepts/4-expressing-common-fedramp-template-elements-in-oscal/#prepared-for-csp"/>
<message>A FedRAMP SSP MUST have a responsible party for who the document was prepared for, and that party MUST define an address.</message>
<message>A FedRAMP SSP MUST define the address of the responsible party for whom the document was prepared.</message>
</expect>
<expect id="role-defined-authorizing-official-poc" target="." test="role[@id eq 'authorizing-official-poc']" level="ERROR">
<formal-name>Role Defined Authorizing Official POC</formal-name>
Expand Down

0 comments on commit c67e133

Please sign in to comment.