From 1d8da7a032d27989588944bf92611dbbaae560d4 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Tue, 18 Sep 2018 11:38:57 +0200 Subject: [PATCH 1/4] 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" } ] }, From 9124668b3b3e911618ce565fe402d928ca10c229 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Tue, 18 Sep 2018 14:10:48 +0200 Subject: [PATCH 2/4] update workflow version --- workflow/machinetag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index 8ed0ad3..dbd3470 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -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", From 29721b5331f4f72050cec39c7c7125b5089da03d Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Tue, 18 Sep 2018 14:39:30 +0200 Subject: [PATCH 3/4] jq --- workflow/machinetag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index dbd3470..b358fb0 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -25,7 +25,7 @@ }, { "value": "review", - "expanded": "Additional review is required to reach a certain level of validation of the information tagged" + "expanded": "Additional review is required to reach a cert ain level of validation of the information tagged" }, { "value": "review-before-publication", From ad876b697c8d95b5ba07468f9951b8bca26a4b65 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Thu, 20 Sep 2018 09:38:47 +0200 Subject: [PATCH 4/4] fix typo --- workflow/machinetag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index b358fb0..7eac693 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -73,11 +73,11 @@ }, { "value": "do-not-delete", - "expended": "Element that should not be deleted (without asking)" + "expanded": "Element that should not be deleted (without asking)" }, { "value": "add-mitre-attack-cluster", - "expended": "Describe cyber adversary behavior using MITRE ATT&CK" + "expanded": "Describe cyber adversary behavior using MITRE ATT&CK" } ] },