From d67923e46637bb3adc612509d03a132a3c2a10e6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Nov 2022 22:22:32 +0100 Subject: [PATCH] chg: [misp-workflow] move to action-taken predicate --- misp-workflow/machinetag.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misp-workflow/machinetag.json b/misp-workflow/machinetag.json index 9b09a6c..4e912b6 100644 --- a/misp-workflow/machinetag.json +++ b/misp-workflow/machinetag.json @@ -2,17 +2,17 @@ "namespace": "misp-workflow", "expanded": "MISP workflow", "description": "MISP workflow taxonomy to support result of workflow execution.", - "version": 1, + "version": 2, "predicates": [ { - "value": "result", - "expanded": "result", - "description": "Result of the workflow execution" + "value": "action-taken", + "expanded": "Action taken", + "description": "Action taken during the workflow execution" } ], "values": [ { - "predicate": "result", + "predicate": "action-taken", "entry": [ { "value": "ids-flag-removed",