From 76856352542812347c11fc5cf37a303749f2766d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fr=C3=BChauf?= <102739244+fruehaufm@users.noreply.github.com> Date: Fri, 20 May 2022 18:55:12 +0200 Subject: [PATCH 1/2] Fixed redundant option for Mission Impact According to the documentation on https://github.com/CERTCC/SSVC/blob/main/doc/md_src_files/055_decision-points_2.md#mission-impact "none" and "degraded" are actually just one option called "None/ Non-Essential Degraded". --- ssvc-calc/Deployer-v2.0.0.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ssvc-calc/Deployer-v2.0.0.json b/ssvc-calc/Deployer-v2.0.0.json index 70c4c6a7..d735cbfd 100644 --- a/ssvc-calc/Deployer-v2.0.0.json +++ b/ssvc-calc/Deployer-v2.0.0.json @@ -246,11 +246,6 @@ "label": "none", "key": "N", "description": "Little to no impact up to degradation of non-essential functions; chronic degradation would eventually harm essential functions. (aka Non-Essential Degraded)" - }, - { - "label": "degraded", - "key": "D", - "description": "Little to no impact up to degradation of non-essential functions; chronic degradation would eventually harm essential functions. (aka Non-Essential Degraded)" }, { "label": "crippled", @@ -303,7 +298,6 @@ "child_key": "M", "child_option_labels":[ "none", - "degraded", "crippled" ] @@ -346,7 +340,6 @@ "child_key": "M", "child_option_labels":[ "none", - "degraded", "crippled" ] @@ -388,7 +381,6 @@ "child_key": "M", "child_option_labels":[ "none", - "degraded", "crippled", "mef failure" ] @@ -437,7 +429,6 @@ "child_key": "M", "child_option_labels":[ "none", - "degraded", "crippled", "mef failure", "mission failure" From de611d3631d1053274a7308b4c394383ddf52505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fr=C3=BChauf?= <102739244+fruehaufm@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:10:28 +0200 Subject: [PATCH 2/2] Replaced "none" by "degraded" As discussed in https://github.com/CERTCC/SSVC/pull/187 . --- ssvc-calc/Deployer-v2.0.0.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ssvc-calc/Deployer-v2.0.0.json b/ssvc-calc/Deployer-v2.0.0.json index d735cbfd..a2fb93a8 100644 --- a/ssvc-calc/Deployer-v2.0.0.json +++ b/ssvc-calc/Deployer-v2.0.0.json @@ -243,8 +243,8 @@ "key": "M", "options": [ { - "label": "none", - "key": "N", + "label": "degraded", + "key": "D", "description": "Little to no impact up to degradation of non-essential functions; chronic degradation would eventually harm essential functions. (aka Non-Essential Degraded)" }, { @@ -297,7 +297,7 @@ "child_label": "Mission Impact", "child_key": "M", "child_option_labels":[ - "none", + "degraded", "crippled" ] @@ -339,7 +339,7 @@ "child_label": "Mission Impact", "child_key": "M", "child_option_labels":[ - "none", + "degraded", "crippled" ] @@ -380,7 +380,7 @@ "child_label": "Mission Impact", "child_key": "M", "child_option_labels":[ - "none", + "degraded", "crippled", "mef failure" ] @@ -428,7 +428,7 @@ "child_label": "Mission Impact", "child_key": "M", "child_option_labels":[ - "none", + "degraded", "crippled", "mef failure", "mission failure"