Skip to content

Commit

Permalink
chg: [workflow] state release added
Browse files Browse the repository at this point in the history
Thanks to Kevin from the Center for Cyber Security in Belgium.
  • Loading branch information
adulau committed May 24, 2023
1 parent 6bd1809 commit 46e4128
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion workflow/machinetag.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
}
]
}
Expand Down

0 comments on commit 46e4128

Please sign in to comment.