From e6051cb653b668f043faaaaa083755897c105cf8 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 29 Dec 2021 16:42:34 -0500 Subject: [PATCH] Switch all presets to lowercase for uniformity --- salt/soc/files/soc/presets.category.json | 4 ++-- salt/soc/files/soc/presets.pap.json | 8 ++++---- salt/soc/files/soc/presets.severity.json | 8 ++++---- salt/soc/files/soc/presets.status.json | 6 +++--- salt/soc/files/soc/presets.tlp.json | 8 ++++---- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/salt/soc/files/soc/presets.category.json b/salt/soc/files/soc/presets.category.json index 0f48a8e82..191be77f5 100644 --- a/salt/soc/files/soc/presets.category.json +++ b/salt/soc/files/soc/presets.category.json @@ -1,7 +1,7 @@ { "labels": [ - "General", - "Template" + "general", + "template" ], "customEnabled": true } \ No newline at end of file diff --git a/salt/soc/files/soc/presets.pap.json b/salt/soc/files/soc/presets.pap.json index f1e8570dd..6ef37164d 100644 --- a/salt/soc/files/soc/presets.pap.json +++ b/salt/soc/files/soc/presets.pap.json @@ -1,9 +1,9 @@ { "labels": [ - "White", - "Green", - "Amber", - "Red" + "white", + "green", + "amber", + "red" ], "customEnabled": false } \ No newline at end of file diff --git a/salt/soc/files/soc/presets.severity.json b/salt/soc/files/soc/presets.severity.json index f04574787..516d07bd3 100644 --- a/salt/soc/files/soc/presets.severity.json +++ b/salt/soc/files/soc/presets.severity.json @@ -1,9 +1,9 @@ { "labels": [ - "Low", - "Medium", - "High", - "Critical" + "low", + "medium", + "high", + "critical" ], "customEnabled": false } \ No newline at end of file diff --git a/salt/soc/files/soc/presets.status.json b/salt/soc/files/soc/presets.status.json index 06bab7e94..239d14901 100644 --- a/salt/soc/files/soc/presets.status.json +++ b/salt/soc/files/soc/presets.status.json @@ -1,8 +1,8 @@ { "labels": [ - "New", - "In Progress", - "Closed" + "new", + "in progress", + "closed" ], "customEnabled": false } \ No newline at end of file diff --git a/salt/soc/files/soc/presets.tlp.json b/salt/soc/files/soc/presets.tlp.json index f1e8570dd..6ef37164d 100644 --- a/salt/soc/files/soc/presets.tlp.json +++ b/salt/soc/files/soc/presets.tlp.json @@ -1,9 +1,9 @@ { "labels": [ - "White", - "Green", - "Amber", - "Red" + "white", + "green", + "amber", + "red" ], "customEnabled": false } \ No newline at end of file