chg: [false-positive] reorder the logic behind the numerical_value (to be consistent with the decaying model)

pull/160/head
Alexandre Dulaunoy 2019-08-27 08:18:48 +02:00
parent 022562ec89
commit 306a22836b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 4 additions and 4 deletions

View File

@ -361,7 +361,7 @@
"version": 1 "version": 1
}, },
{ {
"version": 1, "version": 2,
"name": "false-positive", "name": "false-positive",
"description": "This taxonomy aims to ballpark the expected amount of false positives." "description": "This taxonomy aims to ballpark the expected amount of false positives."
}, },

View File

@ -1,7 +1,7 @@
{ {
"namespace": "false-positive", "namespace": "false-positive",
"description": "This taxonomy aims to ballpark the expected amount of false positives.", "description": "This taxonomy aims to ballpark the expected amount of false positives.",
"version": 1, "version": 2,
"expanded": "False positive", "expanded": "False positive",
"predicates": [ "predicates": [
{ {
@ -18,7 +18,7 @@
"value": "low", "value": "low",
"expanded": "Low", "expanded": "Low",
"description": "The risk of having false positives in the tagged value is low.", "description": "The risk of having false positives in the tagged value is low.",
"numerical_value": 25 "numerical_value": 75
}, },
{ {
"value": "medium", "value": "medium",
@ -30,7 +30,7 @@
"value": "high", "value": "high",
"expanded": "High", "expanded": "High",
"description": "The risk of having false positives in the tagged value is high.", "description": "The risk of having false positives in the tagged value is high.",
"numerical_value": 75 "numerical_value": 25
} }
] ]
} }