From 71d9ebb2daf60abdeda2f464d9e0731a8e7f1136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 7 Feb 2018 11:05:15 +0100 Subject: [PATCH] fix: Order of predicate (misp). --- misp/machinetag.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/misp/machinetag.json b/misp/machinetag.json index 75c112a..e3e5f43 100755 --- a/misp/machinetag.json +++ b/misp/machinetag.json @@ -70,26 +70,6 @@ } ] }, - { - "predicate": "automation-level", - "entry": [ - { - "expanded": "Generated automatically without human verification", - "value": "unsupervised", - "numerical_value": 100 - }, - { - "expanded": "Generated automatically but verified by a human", - "value": "reviewed", - "numerical_value": 50 - }, - { - "expanded": "Output of human analysis", - "value": "manual", - "numerical_value": 0 - } - ] - }, { "predicate": "threat-level", "entry": [ @@ -119,6 +99,26 @@ } ] }, + { + "predicate": "automation-level", + "entry": [ + { + "expanded": "Generated automatically without human verification", + "value": "unsupervised", + "numerical_value": 100 + }, + { + "expanded": "Generated automatically but verified by a human", + "value": "reviewed", + "numerical_value": 50 + }, + { + "expanded": "Output of human analysis", + "value": "manual", + "numerical_value": 0 + } + ] + }, { "predicate": "tool", "entry": [