Skip to content

Commit

Permalink
Adjust target and message #939 missing-response
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Dec 3, 2024
1 parent a8461fb commit 767ce75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/validations/constraints/fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
<context>
<metapath target="/system-security-plan/control-implementation"/>
<constraints>
<expect id="missing-response-components" target="implemented-requirement" test="count(./by-component) gt 0" level="ERROR">
<formal-name>Missing Response Components</formal-name>
<expect id="missing-response-components" target="implemented-requirement/statement" test="count(./by-component) gt 0" level="ERROR">
<formal-name>By-Component Reference for Implemented Requirements Missing</formal-name>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/6-security-controls/#response-overview"/>
<message>Each implemented requirement MUST have at least one by-component reference to the source component implementing it.</message>
<message>A FedRAMP SSP MUST identify how the system implements each control requirement implemented at the per-statement level and reference any component used to implement it.</message>
</expect>
</constraints>
</context>
Expand Down

0 comments on commit 767ce75

Please sign in to comment.