From 3450ab37a1c5f3b9eaaf195487787029af1cc0ad Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 4 Mar 2016 07:49:52 +0100 Subject: [PATCH] Threat actor type added --- cluster/threat-actor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/threat-actor.json b/cluster/threat-actor.json index f8c4752..8743644 100644 --- a/cluster/threat-actor.json +++ b/cluster/threat-actor.json @@ -2,5 +2,5 @@ "name" : "threat actor", "description": "threat actor cluster", "version": 1, - "elementOneOf": ["adversary-groups", "threat-actor-intended-effect-vocabulary", "planning-and-operational-support-vocabulary", "threat-actor-motivation-vocabulary", "certainty-level"] + "elementOneOf": ["adversary-groups", "threat-actor-intended-effect-vocabulary", "planning-and-operational-support-vocabulary", "threat-actor-motivation-vocabulary", "threat-actor-type-vocabulary", "certainty-level"] }