new: False positive taxonomy

pull/107/head
Raphaël Vinot 2018-07-06 17:38:34 +02:00
parent 89e733022d
commit ca76147d73
2 changed files with 43 additions and 0 deletions

View File

@ -329,6 +329,11 @@
"name": "smart-airports-threats",
"description": "Threat taxonomy in the scope of securing smart airports by ENISA.",
"version": 1
},
{
"version": 1,
"name": "false-positive",
"description": "This taxonomy aims to ballpark the expected amount of false positives."
}
],
"path": "machinetag.json",

View File

@ -0,0 +1,38 @@
{
"namespace": "false-positive",
"description": "This taxonomy aims to ballpark the expected amount of false positives.",
"version": 1,
"expanded": "False positive",
"predicates": [
{
"value": "risk",
"expanded": "Risk",
"description": "Risk of having false positives in the tagged value."
}
],
"values": [
{
"predicate": "risk",
"entry": [
{
"value": "low",
"expanded": "Low",
"description": "The risk of having false positives in the tagged value is low.",
"numerical_value": 25
},
{
"value": "medium",
"expanded": "Medium",
"description": "The risk of having false positives in the tagged value is medium.",
"numerical_value": 50
},
{
"value": "high",
"expanded": "High",
"description": "The risk of having false positives in the tagged value is high.",
"numerical_value": 75
}
]
}
]
}