MISP confidence level updated

The confidence levels have been changed to 100, 75, 50, 25 and 0.
Undefined confidences are not set to avoid ambiguities.
pull/34/head
Alexandre Dulaunoy 2016-09-10 12:13:41 +02:00
parent c1dcf64bd0
commit ec10ec4594
1 changed files with 4 additions and 5 deletions

View File

@ -38,27 +38,26 @@
{ {
"expanded": "Usually confident", "expanded": "Usually confident",
"value": "usually-confident", "value": "usually-confident",
"numerical_value": 80 "numerical_value": 75
}, },
{ {
"expanded": "Fairly confident", "expanded": "Fairly confident",
"value": "fairly-confident", "value": "fairly-confident",
"numerical_value": 60 "numerical_value": 50
}, },
{ {
"expanded": "Not usually confident", "expanded": "Not usually confident",
"value": "not-usually-confident", "value": "not-usually-confident",
"numerical_value": 40 "numerical_value": 25
}, },
{ {
"expanded": "Unconfident", "expanded": "Unconfident",
"value": "unconfident", "value": "unconfident",
"numerical_value": 20 "numerical_value": 0
}, },
{ {
"expanded": "Confidence cannot be evaluated", "expanded": "Confidence cannot be evaluated",
"value": "confident-cannot-be-evalued", "value": "confident-cannot-be-evalued",
"numerical_value": 0
} }
] ]
} }