Skip to content

Commit 6f8e8d6

Browse files
authored
Q1'25 Release Changes [v1.15.1] (#454)
* Release Changes * VRT Changes
1 parent 69e45fe commit 6f8e8d6

File tree

3 files changed

+73
-2
lines changed

3 files changed

+73
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212

1313
### Changed
1414

15+
## [v1.15.1](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.15...v1.15.1) - 2025-03-11
16+
17+
### Added
18+
19+
- Server Security Misconfiguration - Cache Deception - Varies
20+
21+
### Other
22+
23+
- Fixed minor issues with deprecated-node-mapping.json file.
24+
- Adding missing issues from deprecated-node-mapping.json file.
25+
1526
## [v1.15](https://github.com/bugcrowd/vulnerability-rating-taxonomy/compare/v1.14.2...v1.15) - 2025-02-12
1627

1728
### Added

deprecated-node-mapping.json

+61-1
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,65 @@
253253
},
254254
"broken_access_control.idor.read_edit_delete_sensitive_information_iterable_object_identifiers": {
255255
"1.15": "broken_access_control.idor.modify_view_sensitive_information_iterable_object_identifiers"
256+
},
257+
"broken_authentication_and_session_management.authentication_bypass.horizontal": {
258+
"1.15.1": "other"
259+
},
260+
"broken_authentication_and_session_management.authentication_bypass.vertical": {
261+
"1.15.1": "other"
262+
},
263+
"cross_site_scripting_xss.reflected.admin_to_anyone": {
264+
"1.15.1": "other"
265+
},
266+
"cross_site_scripting_xss.reflected.non_admin_to_anyone": {
267+
"1.15.1": "other"
268+
},
269+
"insecure_data_storage.insecure_data_storage": {
270+
"1.15.1": "other"
271+
},
272+
"insecure_data_storage.insecure_data_storage.password": {
273+
"1.15.1": "other"
274+
},
275+
"insufficient_security_configurability.weak_2fa_implementation.missing_failsafe": {
276+
"1.15.1": "other"
277+
},
278+
"insufficient_security_configurability.weak_password_policy.allows_password_to_be_same_as_email_username": {
279+
"1.15.1": "other"
280+
},
281+
"insufficient_security_configurability.weak_password_policy.allows_reuse_of_old_passwords": {
282+
"1.15.1": "other"
283+
},
284+
"insufficient_security_configurability.weak_password_policy.complexity_char_type_not_enforced": {
285+
"1.15.1": "other"
286+
},
287+
"insufficient_security_configurability.weak_password_policy.complexity_length_not_enforced": {
288+
"1.15.1": "other"
289+
},
290+
"mobile_security_misconfiguration.clipboard_enabled.on_non_sensitive_content": {
291+
"1.15.1": "other"
292+
},
293+
"mobile_security_misconfiguration.clipboard_enabled.on_sensitive_content": {
294+
"1.15.1": "other"
295+
},
296+
"sensitive_data_exposure.mixed_content.requires_being_a_man_in_the_middle": {
297+
"1.15.1": "other"
298+
},
299+
"sensitive_data_exposure.mixed_content.sensitive_data_disclosure": {
300+
"1.15.1": "other"
301+
},
302+
"sensitive_data_exposure.token_leakage_via_referer.over_https": {
303+
"1.15.1": "other"
304+
},
305+
"server_security_misconfiguration.using_default_credentials.production_server": {
306+
"1.15.1": "other"
307+
},
308+
"server_security_misconfiguration.using_default_credentials.staging_development_server": {
309+
"1.15.1": "other"
310+
},
311+
"server_side_injection.sql_injection.blind": {
312+
"1.15.1": "other"
313+
},
314+
"server_side_injection.sql_injection.error_based": {
315+
"1.15.1": "other"
256316
}
257-
}
317+
}

vulnerability-rating-taxonomy.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"release_date": "2025-02-12T00:00:00+00:00"
3+
"release_date": "2025-03-11T00:00:00+00:00"
44
},
55
"content": [
66
{

0 commit comments

Comments
 (0)