From d56b66107193a2fe64634f188efac9681cd92a3a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 20 Sep 2021 09:31:36 +0200 Subject: [PATCH] chg: [MANIFEST] updated --- MANIFEST.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MANIFEST.json b/MANIFEST.json index b177fd1..3663c0b 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -383,11 +383,21 @@ "name": "interactive-cyber-training-audience", "version": 1 }, + { + "description": "The training environment details the environment around the training, consisting of training type and scenario.", + "name": "interactive-cyber-training-training-environment", + "version": 1 + }, { "description": "The technical setup consists of environment structure, deployment, and orchestration.", "name": "interactive-cyber-training-technical-setup", "version": 1 }, + { + "description": "The training setup further describes the training itself with the scoring, roles, the training mode as well as the customization level.", + "name": "interactive-cyber-training-training-setup", + "version": 1 + }, { "description": "The interception method used to intercept traffic.", "name": "interception-method", @@ -630,5 +640,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/", - "version": "20210915" + "version": "20210920" }