chg: [workflow] state `release` added
Thanks to Kevin from the Center for Cyber Security in Belgium.pull/265/head
parent
6bd1809df9
commit
46e4128897
|
@ -2,7 +2,7 @@
|
||||||
"namespace": "workflow",
|
"namespace": "workflow",
|
||||||
"expanded": "workflow to support analysis",
|
"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.",
|
"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": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "todo",
|
"value": "todo",
|
||||||
|
@ -132,6 +132,10 @@
|
||||||
{
|
{
|
||||||
"value": "rejected",
|
"value": "rejected",
|
||||||
"expanded": "Analyst rejected the process. The object will not reach state of completeness."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue