From 1d8da7a032d27989588944bf92611dbbaae560d4 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Tue, 18 Sep 2018 11:38:57 +0200 Subject: [PATCH] improve workfloy taxonomy, add not do-not-delete and add-mitre-attack-cluster values --- workflow/machinetag.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index ba9d068..8ed0ad3 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -69,7 +69,15 @@ }, { "value": "review-the-grammar", - "expanded": "Review the grammar of the information tagged to improve the overall quality " + "expanded": "Review the grammar of the information tagged to improve the overall quality" + }, + { + "value": "do-not-delete", + "expended": "Element that should not be deleted (without asking)" + }, + { + "value": "add-mitre-attack-cluster", + "expended": "Describe cyber adversary behavior using MITRE ATT&CK" } ] },