chg: [misp-taxonomies] make numerical values consistent based on Sami feedback

pull/154/head
Alexandre Dulaunoy 2019-06-25 12:18:27 +02:00
parent 7883714614
commit 02f8456192
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 4 deletions

View File

@ -66,7 +66,8 @@
}, },
{ {
"expanded": "Confidence cannot be evaluated", "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", "expanded": "Generated automatically without human verification",
"value": "unsupervised", "value": "unsupervised",
"numerical_value": 100 "numerical_value": 0
}, },
{ {
"expanded": "Generated automatically but verified by a human", "expanded": "Generated automatically but verified by a human",
@ -115,7 +116,7 @@
{ {
"expanded": "Output of human analysis", "expanded": "Output of human analysis",
"value": "manual", "value": "manual",
"numerical_value": 0 "numerical_value": 100
} }
] ]
}, },
@ -200,7 +201,7 @@
"value": "tool" "value": "tool"
} }
], ],
"version": 8, "version": 9,
"description": "MISP taxonomy to infer with MISP behavior or operation.", "description": "MISP taxonomy to infer with MISP behavior or operation.",
"expanded": "MISP", "expanded": "MISP",
"namespace": "misp" "namespace": "misp"