Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Dec 12, 2024
1 parent c2051e3 commit 620cdae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 37 deletions.
3 changes: 0 additions & 3 deletions features/fedramp_extensions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Examples:
| has-rules-of-behavior |
| has-security-impact-level |
| has-security-sensitivity-level |
| has-separation-of-duties-matrix |
| has-system-id |
| has-system-name-short |
| has-user-guide |
Expand Down Expand Up @@ -308,8 +307,6 @@ Examples:
| has-security-impact-level-PASS.yaml |
| has-security-sensitivity-level-FAIL.yaml |
| has-security-sensitivity-level-PASS.yaml |
| has-separation-of-duties-matrix-FAIL.yaml |
| has-separation-of-duties-matrix-PASS.yaml |
| has-system-id-FAIL.yaml |
| has-system-id-PASS.yaml |
| has-system-name-short-FAIL.yaml |
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions src/validations/constraints/fedramp-external-constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/5-attachments/"/>
<message>A FedRAMP SSP MUST have Rules of Behavior.</message>
</expect>
<expect id="has-separation-of-duties-matrix" target="." test="exists(resource[prop[@name eq 'type' and @value eq 'separation-of-duties-matrix']])" level="ERROR">
<formal-name>Has Separation Of Duties Matrix</formal-name>
<!-- TODO: Add supporting documentation to automate.fedramp.gov -->
<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/"/>
<message>A FedRAMP SSP MUST have a Separation of Duties Matrix attached.</message>
</expect>
<expect id="has-user-guide" target="." test="exists(resource[prop[@name eq 'type' and @value eq 'users-guide']])" level="ERROR">
<formal-name>Has User Guide</formal-name>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/5-attachments/"/>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 620cdae

Please sign in to comment.