Merge pull request #116 from Delta-Sierra/master
improve workfloy taxonomy, add not do-not-delete and add-mitre-attack…pull/119/head
commit
df02886e53
|
@ -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": 4,
|
||||
"version": 5,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "todo",
|
||||
|
@ -70,6 +70,14 @@
|
|||
{
|
||||
"value": "review-the-grammar",
|
||||
"expanded": "Review the grammar of the information tagged to improve the overall quality"
|
||||
},
|
||||
{
|
||||
"value": "do-not-delete",
|
||||
"expanded": "Element that should not be deleted (without asking)"
|
||||
},
|
||||
{
|
||||
"value": "add-mitre-attack-cluster",
|
||||
"expanded": "Describe cyber adversary behavior using MITRE ATT&CK"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue