From 46e4128897e15634d81cdc12dc2938debefb901c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 24 May 2023 11:09:15 +0200 Subject: [PATCH] chg: [workflow] state `release` added Thanks to Kevin from the Center for Cyber Security in Belgium. --- workflow/machinetag.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index 57cce6e..17872cc 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -2,7 +2,7 @@ "namespace": "workflow", "expanded": "workflow to support analysis", "description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.", - "version": 11, + "version": 12, "predicates": [ { "value": "todo", @@ -132,6 +132,10 @@ { "value": "rejected", "expanded": "Analyst rejected the process. The object will not reach state of completeness." + }, + { + "value": "release", + "expanded": "Analyst approved the information to be released. Like a MISP event to be released and published." } ] }