chg: [false-positive] Added risk cannot be judged entry

pull/249/head
Sami Mokaddem 2022-09-07 08:13:38 +02:00
parent fc12a106f5
commit 93309b58c4
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 7 additions and 1 deletions

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": 5, "version": 6,
"expanded": "False positive", "expanded": "False positive",
"predicates": [ "predicates": [
{ {
@ -38,6 +38,12 @@
"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": 25 "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
} }
] ]
}, },