Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Gabeblis <[email protected]>
  • Loading branch information
Rene2mt and Gabeblis authored Nov 27, 2024
1 parent 390c8f2 commit 3742eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
<expect id="leveraged-authorization-has-information-type" target="." test="count($leveraged-authorization-component/prop[@name='information-type' and @ns='https://fedramp.gov/ns/oscal']) gte 1" level="ERROR">
<formal-name>Leveraged Authorization Has Information Type</formal-name>
<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"/>
<message>Each leveraged authorization system component MUST have at least one information type property. The leveraged authorization with uuid '{ $leveraged-authorization-uuid }' has a "system" component with { count($leveraged-authorization-component/prop[@name='information-type' and @ns='https://fedramp.gov/ns/oscal']) } defined "informatin-type" props.</message>
<message>Each leveraged authorization system component MUST have at least one information type property. The leveraged authorization with uuid '{ $leveraged-authorization-uuid }' has a "system" component with { count($leveraged-authorization-component/prop[@name='information-type' and @ns='https://fedramp.gov/ns/oscal']) } defined "information-type" props.</message>
</expect>
<expect id="leveraged-authorization-has-one-system-component" target="." test="count($leveraged-authorization-component) = 1" level="ERROR">
<formal-name>Leveraged Authorization Has One System Component</formal-name>
Expand Down

0 comments on commit 3742eae

Please sign in to comment.