Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Changed

FROM:

- AI Application Security - Remote Code Execution - Sandboxed Container Code Execution - P2

TO:

- AI Application Security - Remote Code Execution - Sandboxed Container Code Execution - P5

## [v1.17](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.16...v1.17) - 2025-08-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion mappings/cvss_v3/cvss_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"id": "sandboxed_container_code_execution",
"cvss_v3": "AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:H"
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"id": "sandboxed_container_code_execution",
"name": "Sandboxed Container Code Execution",
"type": "variant",
"priority": 2
"priority": 5
}
]
},
Expand Down