chg: [false-positive] missing expanded

pull/176/head
Alexandre Dulaunoy 2019-11-07 13:48:14 +01:00
parent aacf1108aa
commit 336ceabf31
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 6 additions and 4 deletions

View File

@ -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"
}

View File

@ -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
}