diff --git a/MANIFEST.json b/MANIFEST.json index 4b4e525..d2f6c2b 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -361,7 +361,7 @@ "version": 1 }, { - "version": 1, + "version": 2, "name": "false-positive", "description": "This taxonomy aims to ballpark the expected amount of false positives." }, diff --git a/false-positive/machinetag.json b/false-positive/machinetag.json index 3e15d4a..6a2b153 100644 --- a/false-positive/machinetag.json +++ b/false-positive/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "false-positive", "description": "This taxonomy aims to ballpark the expected amount of false positives.", - "version": 1, + "version": 2, "expanded": "False positive", "predicates": [ { @@ -18,7 +18,7 @@ "value": "low", "expanded": "Low", "description": "The risk of having false positives in the tagged value is low.", - "numerical_value": 25 + "numerical_value": 75 }, { "value": "medium", @@ -30,7 +30,7 @@ "value": "high", "expanded": "High", "description": "The risk of having false positives in the tagged value is high.", - "numerical_value": 75 + "numerical_value": 25 } ] }