Skip to content

Commit

Permalink
Removed 3 constraints that are handled by the schema, and cleaned up …
Browse files Browse the repository at this point in the history
…targets
  • Loading branch information
Gabeblis committed Sep 20, 2024
1 parent 85add43 commit 5f3cfb8
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 78 deletions.
9 changes: 0 additions & 9 deletions features/fedramp_extensions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ Examples:
| has-rules-of-behavior-PASS.yaml |
| has-security-impact-level-FAIL.yaml |
| has-security-impact-level-PASS.yaml |
| has-security-objective-availability-FAIL.yaml |
| has-security-objective-availability-PASS.yaml |
| has-security-objective-confidentiality-FAIL.yaml |
| has-security-objective-confidentiality-PASS.yaml |
| has-security-objective-integrity-FAIL.yaml |
| has-security-objective-integrity-PASS.yaml |
| has-security-sensitivity-level-FAIL.yaml |
| has-security-sensitivity-level-PASS.yaml |
| has-separation-of-duties-matrix-FAIL.yaml |
Expand Down Expand Up @@ -182,9 +176,6 @@ Examples:
| has-network-architecture-diagram-uuid |
| has-rules-of-behavior |
| has-security-impact-level |
| has-security-objective-availability |
| has-security-objective-confidentiality |
| has-security-objective-integrity |
| has-security-sensitivity-level |
| has-separation-of-duties-matrix |
| has-user-guide |
Expand Down
3 changes: 0 additions & 3 deletions src/validations/constraints/content/ssp-all-INVALID.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
</information-type>
</system-information>
<!-- security-impact-level was removed to ensure that test fails correctly. -->
<!-- security-objective-confidentiality was removed to ensure that test fails correctly. -->
<!-- security-objective-integrity was removed to ensure that test fails correctly. -->
<!-- security-objective-availability was removed to ensure that test fails correctly. -->
<status state="operational"/>

<authorization-boundary>
Expand Down
14 changes: 2 additions & 12 deletions src/validations/constraints/fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,22 +119,12 @@
<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="has-security-sensitivity-level" target="./system-characteristics" test="security-sensitivity-level" level="ERROR">
<expect id="has-security-sensitivity-level" target="system-characteristics" test="security-sensitivity-level" level="ERROR">
<message>An OSCAL SSP document must specify a FIPS 199 categorization.</message>
</expect>
<expect id="has-security-impact-level" target="./system-characteristics" test="security-impact-level" level="ERROR">
<expect id="has-security-impact-level" target="system-characteristics" test="security-impact-level" level="ERROR">
<message>An OSCAL SSP document must specify a security impact level.</message>
</expect>
<expect id="has-security-objective-confidentiality" target="./system-characteristics" test="security-impact-level/security-objective-confidentiality" level="ERROR">
<message>An OSCAL SSP must specify a confidentiality security objective.</message>
</expect>
<expect id="has-security-objective-integrity" target="./system-characteristics" test="security-impact-level/security-objective-integrity" level="ERROR">
<message>An OSCAL SSP must specify an integrity security objective.</message>
</expect>
<expect id="has-security-objective-availability" target="./system-characteristics" test="security-impact-level/security-objective-availability" level="ERROR">
<message>An OSCAL SSP must specify an availability security objective.</message>
</expect>
</constraints>
</context>
<context>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5f3cfb8

Please sign in to comment.