Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
Co-authored-by: DimitriZhurkin <[email protected]>
  • Loading branch information
Gabeblis and DimitriZhurkin authored Dec 6, 2024
1 parent a4d368d commit 222be66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
<expect id="used-by-link-references-component" target="component[protocol]/link[@rel='used-by']" test="some $uuid in ../../component/@uuid satisfies $uuid = substring-after(@href, '#')" level="ERROR">
<formal-name>Used-By Link References Component</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/#ports-protocols-and-services"/>
<message>A FedRAMP SSP's component MUST reference the existing component(s) that use it via network communication. However, component "{ string(../@uuid) }" references a nonexistent component "{@href}".</message>
<message>A FedRAMP SSP's component MUST reference the existing component(s) that use it via network communication. However, component "{../@uuid}" references a nonexistent component "{@href}".</message>
</expect>
</constraints>
</context>
Expand Down

0 comments on commit 222be66

Please sign in to comment.