Skip to content

Commit

Permalink
Target cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabeblis committed Sep 20, 2024
1 parent 67d7d76 commit 3906d7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/validations/constraints/fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,13 @@
<expect id="has-network-architecture-description" target="./system-characteristics" test="network-architecture/description" level="ERROR">
<message>A FedRAMP SSP must have a network architecture description.</message>
</expect>

<expect id="information-type-has-confidentiality-impact" target="./system-characteristics" test="system-information/information-type/confidentiality-impact" level="ERROR">
<expect id="information-type-has-confidentiality-impact" target="system-characteristics/system-information/information-type" test="confidentiality-impact" level="ERROR">
<message>An OSCAL SSP information type must have a confidentiality impact.</message>
</expect>
<expect id="information-type-has-integrity-impact" target="./system-characteristics" test="system-information/information-type/integrity-impact" level="ERROR">
<expect id="information-type-has-integrity-impact" target="system-characteristics/system-information/information-type" test="integrity-impact" level="ERROR">
<message>An OSCAL SSP information type must have an integrity impact.</message>
</expect>
<expect id="information-type-has-availability-impact" target="./system-characteristics" test="system-information/information-type/availability-impact" level="ERROR">
<expect id="information-type-has-availability-impact" target="system-characteristics/system-information/information-type" test="availability-impact" level="ERROR">
<message>An OSCAL SSP information type must have an availability impact.</message>
</expect>
</constraints>
Expand Down

0 comments on commit 3906d7d

Please sign in to comment.