From 02f8456192a147ede104017ac4adca7a0dad0ae0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 25 Jun 2019 12:18:27 +0200 Subject: [PATCH] chg: [misp-taxonomies] make numerical values consistent based on Sami feedback --- misp/machinetag.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/misp/machinetag.json b/misp/machinetag.json index d476d88..e95c60f 100755 --- a/misp/machinetag.json +++ b/misp/machinetag.json @@ -66,7 +66,8 @@ }, { "expanded": "Confidence cannot be evaluated", - "value": "confidence-cannot-be-evalued" + "value": "confidence-cannot-be-evalued", + "numerical_value": 50 } ] }, @@ -105,7 +106,7 @@ { "expanded": "Generated automatically without human verification", "value": "unsupervised", - "numerical_value": 100 + "numerical_value": 0 }, { "expanded": "Generated automatically but verified by a human", @@ -115,7 +116,7 @@ { "expanded": "Output of human analysis", "value": "manual", - "numerical_value": 0 + "numerical_value": 100 } ] }, @@ -200,7 +201,7 @@ "value": "tool" } ], - "version": 8, + "version": 9, "description": "MISP taxonomy to infer with MISP behavior or operation.", "expanded": "MISP", "namespace": "misp"