diff --git a/MANIFEST.json b/MANIFEST.json index 2c28847..db8b56e 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -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", diff --git a/false-positive/machinetag.json b/false-positive/machinetag.json new file mode 100644 index 0000000..3e15d4a --- /dev/null +++ b/false-positive/machinetag.json @@ -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 + } + ] + } + ] +}