From abd191235b0a498189bca30b82197ffc588e137a Mon Sep 17 00:00:00 2001 From: Guy Zylberberg Date: Sun, 13 Mar 2022 19:01:24 +0200 Subject: [PATCH 1/2] Create`` This fixes issues #1129 --- src/metaschema/oscal_ssp_metaschema.xml | 69 +++++++++---------------- 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/src/metaschema/oscal_ssp_metaschema.xml b/src/metaschema/oscal_ssp_metaschema.xml index e6bee63bfc..1bfc424623 100644 --- a/src/metaschema/oscal_ssp_metaschema.xml +++ b/src/metaschema/oscal_ssp_metaschema.xml @@ -236,51 +236,15 @@ - - Confidentiality Impact Level - The expected level of impact resulting from the unauthorized disclosure of the described information. - - - - - - - - - - - - - - Integrity Impact Level - The expected level of impact resulting from the unauthorized modification of the described information. - - - - - - - - - - - - - - Availability Impact Level - The expected level of impact resulting from the disruption of access to or use of the described information or the information system. - - - - - - - - - - - - + + confidentiality-impact + + + integrity-impact + + + availability-impact + @@ -318,6 +282,21 @@ + + Impact Level + The expected level of impact resulting from the described information. + + + + + + + + + + + + Base Level (Confidentiality, Integrity, or Availability) The prescribed base (Confidentiality, Integrity, or Availability) security impact level. From 1eb306a35dc6f46dc2de9e51ee883653dddfb367 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Thu, 25 Aug 2022 07:47:34 -0400 Subject: [PATCH 2/2] Restored C/I/A formal names and descriptions. --- src/metaschema/oscal_ssp_metaschema.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/metaschema/oscal_ssp_metaschema.xml b/src/metaschema/oscal_ssp_metaschema.xml index 1bfc424623..de446373a2 100644 --- a/src/metaschema/oscal_ssp_metaschema.xml +++ b/src/metaschema/oscal_ssp_metaschema.xml @@ -237,12 +237,18 @@ + Confidentiality Impact Level + The expected level of impact resulting from the unauthorized disclosure of the described information. confidentiality-impact + Integrity Impact Level + The expected level of impact resulting from the unauthorized modification of the described information. integrity-impact + Availability Impact Level + The expected level of impact resulting from the disruption of access to or use of the described information or the information system. availability-impact