Skip to content

Commit

Permalink
Updating IDOR's
Browse files Browse the repository at this point in the history
From:
P1 – Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Read/Edit/Delete Sensitive Information/Iterable Object Identifiers
P2 – Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Edit/Delete Sensitive Information/Iterable Object Identifiers
P3 – Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Read Sensitive Information/Iterable Object Identifiers
P4 – Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Read/Edit/Delete Sensitive Information/Complex Object Identifiers(GUID)
P5 – Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Read/Edit/Delete Non-Sensitive Information

To:
P1 -  Broken Access Control (BAC) > Insecure Direct Object References (IDOR) >  Modify/View Sensitive Information(Iterable Object Identifiers)
P2  - Broken Access Control (BAC) > Insecure Direct Object References (IDOR) >  Modify Sensitive Information(Iterable Object Identifiers)
P3  - Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > View Sensitive Information(Iterable Object Identifiers)
P4  - Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > Modify/View Sensitive Information(Complex Object Identifiers GUID/UUID)
P5  - Broken Access Control (BAC) > Insecure Direct Object References (IDOR) > View Non-Sensitive Information
  • Loading branch information
TimmyBugcrowd committed Jan 12, 2025
1 parent 5c0a021 commit 14c17fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1251,32 +1251,32 @@
"type": "subcategory",
"children": [
{
"id": "read_edit_delete_non_sensitive_information",
"name": "Read/Edit/Delete Non-Sensitive Information",
"id": "view_non_sensitive_information",
"name": "View Non-Sensitive Information",
"type": "variant",
"priority": 5
},
{
"id": "read_edit_delete_sensitive_information_guid",
"name": "Read/Edit/Delete Sensitive Information/Complex Object Identifiers(GUID)",
"id": "modify_view_sensitive_information_guid",
"name": "Modify/View Sensitive Information(Complex Object Identifiers GUID/UUID)",
"type": "variant",
"priority": 4
},
{
"id": "read_sensitive_information_iterable_object_identifiers",
"name": "Read Sensitive Information/Iterable Object Identifiers",
"id": "view_sensitive_information_iterable_object_identifiers",
"name": "View Sensitive Information(Iterable Object Identifiers)",
"type": "variant",
"priority": 3
},
{
"id": "edit_delete_sensitive_information_iterable_object_identifiers",
"name": "Edit/Delete Sensitive Information/Iterable Object Identifiers",
"id": "modify_sensitive_information_iterable_object_identifiers",
"name": "Modify Sensitive Information(Iterable Object Identifiers)",
"type": "variant",
"priority": 2
},
{
"id": "read_edit_delete_sensitive_information_iterable_object_identifiers",
"name": "Read/Edit/Delete Sensitive Information/Iterable Object Identifiers",
"id": "modify_view_sensitive_information_iterable_object_identifiers",
"name": "Modify/View Sensitive Information(Iterable Object Identifiers)",
"type": "variant",
"priority": 1
}
Expand Down

0 comments on commit 14c17fe

Please sign in to comment.