Skip to content

Commit

Permalink
Update cwe.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyBugcrowd committed Mar 24, 2024
1 parent 0063d99 commit 43a7b87
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion mappings/cwe/cwe.json
Expand Up @@ -468,7 +468,52 @@
"cwe": ["CWE-434"]
}
]
}
},
{
"id": "kiosk_escape_or_breakout",
"cwe": ["CWE-284"]
},
{
"id": "poorly_configured_disk_encryption",
"cwe": ["CWE-326"]
},
{
"id": "shared_credentials_on_storage",
"cwe": ["CWE-798"]
},
{
"id": "over_permissioned_credentials_on_storage",
"cwe": ["CWE-250"]
},
{
"id": "local_administrator_on_default_environment",
"cwe": ["CWE-276"]
},
{
"id": "poorly_configured_operating_system_security",
"cwe": ["CWE-16"]
},
{
"id": "recovery_of_disk_contains_sensitive_material",
"cwe": ["CWE-522"]
},
{
"id": "failure_to_remove_sensitive_artifacts_from_disk",
"cwe": ["CWE-459"]
},
{
"id": "data_not_encrypted_at_rest",
"children": [
{
"id": "sensitive",
"cwe": ["CWE-311"]
},
{
"id": "non_sensitive",
"cwe": ["CWE-311"]
}
]
}
]
},
{
Expand Down

0 comments on commit 43a7b87

Please sign in to comment.