From 336ceabf31fdacb1a7e1a7b20c1c42ee795fdc0d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 7 Nov 2019 13:48:14 +0100 Subject: [PATCH] chg: [false-positive] missing expanded --- MANIFEST.json | 6 +++--- false-positive/machinetag.json | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MANIFEST.json b/MANIFEST.json index 6e531f9..b937da5 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -116,7 +116,7 @@ { "description": "The CSSA agreed sharing taxonomy.", "name": "cssa", - "version": 7 + "version": 8 }, { "description": "Cyber Threat Framework was developed by the US Government to enable consistent characterization and categorization of cyber threat events, and to identify trends or changes in the activities of cyber adversaries. https://www.dni.gov/index.php/cyber-threat-framework", @@ -236,7 +236,7 @@ { "description": "This taxonomy aims to ballpark the expected amount of false positives.", "name": "false-positive", - "version": 4 + "version": 5 }, { "description": "List of known file types.", @@ -535,5 +535,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20191106" + "version": "20191107" } diff --git a/false-positive/machinetag.json b/false-positive/machinetag.json index e34838e..359123d 100644 --- a/false-positive/machinetag.json +++ b/false-positive/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "false-positive", "description": "This taxonomy aims to ballpark the expected amount of false positives.", - "version": 4, + "version": 5, "expanded": "False positive", "predicates": [ { @@ -46,11 +46,13 @@ "entry": [ { "value": "true", + "expanded": "True", "description": "The false positive is confirmed.", "numerical_value": 0 }, { "value": "false", + "expanded": "False", "description": "The flase positive is not confirmed.", "numerical_value": 50 }