Skip to content

Commit 6b6f8c3

Browse files
[INTERIM BRANCH] Server-Side-Injection-Updates (#479)
* Update vulnerability-rating-taxonomy.json * Update vulnerability-rating-taxonomy.json Small spelling update --------- Co-authored-by: RRudder <[email protected]>
1 parent 6211aad commit 6b6f8c3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

vulnerability-rating-taxonomy.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,6 +2934,25 @@
29342934
}
29352935
]
29362936
},
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+
"type": "variant",
2952+
"priority": null
2953+
}
2954+
]
2955+
},
29372956
{
29382957
"id": "http_response_manipulation",
29392958
"name": "HTTP Response Manipulation",
@@ -3241,4 +3260,4 @@
32413260
]
32423261
}
32433262
]
3244-
}
3263+
}

0 commit comments

Comments
 (0)