Skip to content
Merged
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: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Changed

## [v1.18](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.17...v1.18) - 2026-03-09

### Other

- Added support for CVSS V4 scoring

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

### Added
Expand All @@ -35,7 +41,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Removed

-
- Server Security Misconfiguration - Exposed Admin Portal - To Internet

## [v1.16](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.15.1...v1.16) - 2025-06-23

Expand Down
3 changes: 2 additions & 1 deletion lib/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ def sort_json_blocks(block_data):
for json_path in [
VRT_FILENAME,
os.path.join(MAPPING_DIR, CVSS_FILE),
os.path.join(MAPPING_DIR, CWE_FILE),
os.path.join(MAPPING_DIR, CWE_FILE),
os.path.join(MAPPING_DIR, CVSS4_FILE),
os.path.join(MAPPING_DIR, REMEDIATION_ADVICE_FILE)
]:
data = sort_json(get_json(json_path))
Expand Down
2 changes: 1 addition & 1 deletion vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"release_date": "2025-08-19T00:00:00+00:00"
"release_date": "2026-03-09T00:00:00+00:00"
},
"content": [
{
Expand Down