From b9a14c3898ce58551d572240477a43fa231dc2a1 Mon Sep 17 00:00:00 2001 From: Abdulah Adedimeji <91547023+Whiteends@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:43:26 +0100 Subject: [PATCH] Update meta.yaml --- src/assets/YAML/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/assets/YAML/meta.yaml b/src/assets/YAML/meta.yaml index e1b1b7e6..dbbefac3 100644 --- a/src/assets/YAML/meta.yaml +++ b/src/assets/YAML/meta.yaml @@ -21,16 +21,16 @@ strings: label: ISO 27001:2022 description: |- ISO 27001:2022 - labels: ['Very Low', 'Low', 'Medium', 'High', 'Very High'] + labels: ['Very Low', 'Low', 'Medium', 'High', 'Critical'] KnowledgeLabels: [ 'Very Low (one discipline)', 'Low (one discipline)', 'Medium (two disciplines)', 'High (two disciplines)', - 'Very High (three or more disciplines)', + 'Critical (three or more disciplines)', ] - hardness: ['Very soft', 'Soft', 'Medium', 'High', 'Very high'] + hardness: ['Very soft', 'Soft', 'Medium', 'High', 'Critical'] maturity_levels: [ 'Level 1: Basic understanding of security practices', @@ -40,8 +40,8 @@ strings: 'Level 5: Advanced deployment of security practices at scale', ] # Default team -teams: ['Default', 'B', 'C'] +teams: ['DevOps', 'Security', 'Applications'] teamGroups: - GroupA: ['Default', 'B'] - GroupB: ['B', 'C'] - GroupC: ['Default', 'C'] + GroupA: ['DevOps', 'Security'] + GroupB: ['DevOps', 'Applications'] + GroupC: ['Applications', 'Security']