Skip to content

Commit

Permalink
error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyBugcrowd committed Mar 19, 2024
1 parent de4d6ef commit 2814bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions mappings/cvss_v3/cvss_v3.json
Expand Up @@ -880,11 +880,7 @@
{
"id": "poorly_configured_disk_encryption",
"cvss_v3": "AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"id": "firmware_cannot_be_updated",
"cvss_v3": "AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
},
{
"id": "shared_credentials_on_storage",
"cvss_v3": "AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
Expand Down
Expand Up @@ -396,5 +396,6 @@
"ai_application_security.llm_security.llm_output_handling": null,
"ai_application_security.llm_security.training_data_poisoning": null,
"ai_application_security.llm_security.excessive_agency_permission_manipulation": null,
"indicators_of_compromise": null
"indicators_of_compromise": null,
"insecure_os_firmware.weakness_in_firmware_updates.firmware_cannot_be_updated": null
}

0 comments on commit 2814bdc

Please sign in to comment.