We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6211aad commit 6b6f8c3Copy full SHA for 6b6f8c3
vulnerability-rating-taxonomy.json
@@ -2934,6 +2934,25 @@
2934
}
2935
]
2936
},
2937
+ {
2938
+ "id": "exposed_data",
2939
+ "name": "Exposed Data",
2940
+ "type": "subcategory",
2941
+ "children": [
2942
2943
+ "id": "non_sensitive_data",
2944
+ "name": "Non Sensitive Data",
2945
+ "type": "variant",
2946
+ "priority": 5
2947
+ },
2948
2949
+ "id": "sensitive_data",
2950
+ "name": "Sensitive Data",
2951
2952
+ "priority": null
2953
+ }
2954
+ ]
2955
2956
{
2957
"id": "http_response_manipulation",
2958
"name": "HTTP Response Manipulation",
@@ -3241,4 +3260,4 @@
3241
3260
3242
3261
3243
3262
3244
-}
3263
+}
0 commit comments