Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit fe36bc5

Browse files
Fix Metaschema validation errors (#857)
1 parent b8d2925 commit fe36bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
<message>Each FedRAMP SSP data flow diagram must have a link rel attribute with the value "diagram".</message>
186186
</expect>
187187
<expect id="has-security-sensitivity-level" target="system-characteristics" test="security-sensitivity-level" level="ERROR">
188-
<message>A FedRAMP SSP document MUST specify a FIPS 199 categorization.</message>
189188
<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/#system-sensitivity-level"/>
189+
<message>A FedRAMP SSP document MUST specify a FIPS 199 categorization.</message>
190190
</expect>
191191
<expect id="has-security-impact-level" target="system-characteristics" test="security-impact-level" level="ERROR">
192-
<message>A FedRAMP SSP document MUST specify a security impact level.</message>
193192
<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/#system-sensitivity-level"/>
193+
<message>A FedRAMP SSP document MUST specify a security impact level.</message>
194194
</expect>
195195
<expect id="has-system-id" target="system-characteristics" test="system-id[@identifier-type eq 'https://fedramp.gov']" level="ERROR">
196196
<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/#system-name-abbreviation-and-fedramp-unique-identifier"/>

0 commit comments

Comments
 (0)