chg: [workflow] draft state added and release-requested as todo added to fix #122

pull/124/head
Alexandre Dulaunoy 2018-10-23 08:14:40 +02:00
parent 7e5ee078a5
commit 141bc6602b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 1 deletions

View File

@ -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": 6,
"version": 7,
"predicates": [
{
"value": "todo",
@ -31,6 +31,10 @@
"value": "review-before-publication",
"expanded": "Review is required before publishing the information tagged"
},
{
"value": "release-requested",
"expanded": "Release of the information tagged is requested (often after the review process"
},
{
"value": "review-for-false-positive",
"expanded": "Review the the information tagged to limit the number of false-positives and potentially remove any IDS/automation flag to avoid automation of the false-positives"
@ -95,6 +99,10 @@
{
"value": "complete",
"expanded": "Complete means that the information tagged reach a state of completeness with the current capabilities of the analyst"
},
{
"value": "draft",
"expanded": "Draft means the information tagged can be released as a preliminary version or outline"
}
]
}