chg: [false-positive] Added risk cannot be judged entry
parent
fc12a106f5
commit
93309b58c4
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"namespace": "false-positive",
|
||||
"description": "This taxonomy aims to ballpark the expected amount of false positives.",
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"expanded": "False positive",
|
||||
"predicates": [
|
||||
{
|
||||
|
@ -38,6 +38,12 @@
|
|||
"expanded": "High",
|
||||
"description": "The risk of having false positives in the tagged value is high.",
|
||||
"numerical_value": 25
|
||||
},
|
||||
{
|
||||
"value": "cannot-be-judged",
|
||||
"expanded": "Risk cannot be judged",
|
||||
"description": "The risk of having false positives in the tagged value is cannot be judged.",
|
||||
"numerical_value": 25
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue