From 620cdae0ac2d49b2ffc67f33adfdbc45d4b8e902 Mon Sep 17 00:00:00 2001 From: Mr Wand Date: Thu, 12 Dec 2024 10:53:16 -0500 Subject: [PATCH] undo --- features/fedramp_extensions.feature | 3 --- ...ssp-has-separation-of-duties-matrix-INVALID.xml | 14 -------------- .../constraints/fedramp-external-constraints.xml | 6 ------ .../has-separation-of-duties-matrix-FAIL.yaml | 7 ------- .../has-separation-of-duties-matrix-PASS.yaml | 7 ------- 5 files changed, 37 deletions(-) delete mode 100644 src/validations/constraints/content/ssp-has-separation-of-duties-matrix-INVALID.xml delete mode 100644 src/validations/constraints/unit-tests/has-separation-of-duties-matrix-FAIL.yaml delete mode 100644 src/validations/constraints/unit-tests/has-separation-of-duties-matrix-PASS.yaml diff --git a/features/fedramp_extensions.feature b/features/fedramp_extensions.feature index 9cb0f0bbb..84fc69f10 100644 --- a/features/fedramp_extensions.feature +++ b/features/fedramp_extensions.feature @@ -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 | @@ -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 | diff --git a/src/validations/constraints/content/ssp-has-separation-of-duties-matrix-INVALID.xml b/src/validations/constraints/content/ssp-has-separation-of-duties-matrix-INVALID.xml deleted file mode 100644 index 294fad740..000000000 --- a/src/validations/constraints/content/ssp-has-separation-of-duties-matrix-INVALID.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -

Detailed access control policy document

-
- -
-
-
\ No newline at end of file diff --git a/src/validations/constraints/fedramp-external-constraints.xml b/src/validations/constraints/fedramp-external-constraints.xml index 07d4731ff..b6d9c86b2 100644 --- a/src/validations/constraints/fedramp-external-constraints.xml +++ b/src/validations/constraints/fedramp-external-constraints.xml @@ -165,12 +165,6 @@ A FedRAMP SSP MUST have Rules of Behavior. - - Has Separation Of Duties Matrix - - - A FedRAMP SSP MUST have a Separation of Duties Matrix attached. - Has User Guide diff --git a/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-FAIL.yaml b/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-FAIL.yaml deleted file mode 100644 index 9f7b45118..000000000 --- a/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-FAIL.yaml +++ /dev/null @@ -1,7 +0,0 @@ -test-case: - name: Negative Test for has-separation-of-duties-matrix - description: Test that a SSP back-matter resource element does not have a separation-of-duties-matrix element. - content: ../content/ssp-has-separation-of-duties-matrix-INVALID.xml - expectations: - - constraint-id: has-separation-of-duties-matrix - result: fail \ No newline at end of file diff --git a/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-PASS.yaml b/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-PASS.yaml deleted file mode 100644 index dcd8d9c69..000000000 --- a/src/validations/constraints/unit-tests/has-separation-of-duties-matrix-PASS.yaml +++ /dev/null @@ -1,7 +0,0 @@ -test-case: - name: Positive Test for has-separation-of-duties-matrix - description: Test that a SSP back-matter resource element has a separation-of-duties-matrix element. - content: ../../../content/rev5/examples/ssp/xml/fedramp-ssp-example.oscal.xml - expectations: - - constraint-id: has-separation-of-duties-matrix - result: pass \ No newline at end of file