chg: [false-positive] reorder the logic behind the numerical_value (to be consistent with the decaying model)
parent
022562ec89
commit
306a22836b
|
@ -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."
|
||||||
},
|
},
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue