diff --git a/vulnerability-rating-taxonomy.json b/vulnerability-rating-taxonomy.json index 73873d5..745067d 100644 --- a/vulnerability-rating-taxonomy.json +++ b/vulnerability-rating-taxonomy.json @@ -2934,6 +2934,25 @@ } ] }, + { + "id": "exposed_data", + "name": "Exposed Data", + "type": "subcategory", + "children": [ + { + "id": "non_sensitive_data", + "name": "Non Sensitive Data", + "type": "variant", + "priority": 5 + }, + { + "id": "sensitive_data", + "name": "Sensitive Data", + "type": "variant", + "priority": null + } + ] + }, { "id": "http_response_manipulation", "name": "HTTP Response Manipulation", @@ -3241,4 +3260,4 @@ ] } ] -} \ No newline at end of file +}