chg: [false-positive] confirmed predicate added
parent
e726c1a8c0
commit
206c70ddf9
|
@ -1,13 +1,18 @@
|
||||||
{
|
{
|
||||||
"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": 2,
|
"version": 3,
|
||||||
"expanded": "False positive",
|
"expanded": "False positive",
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "risk",
|
"value": "risk",
|
||||||
"expanded": "Risk",
|
"expanded": "Risk",
|
||||||
"description": "Risk of having false positives in the tagged value."
|
"description": "Risk of having false positives in the tagged value."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "confirmed",
|
||||||
|
"expanded": "Confirmed",
|
||||||
|
"description": "Confirmed false positives in the tagged value."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
|
Loading…
Reference in New Issue