From 43a7b879fb917d4b8ddf31d5cfb2d1c2de61f250 Mon Sep 17 00:00:00 2001 From: TimmyBc Date: Sun, 24 Mar 2024 17:27:30 +0100 Subject: [PATCH] Update cwe.json --- mappings/cwe/cwe.json | 47 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/mappings/cwe/cwe.json b/mappings/cwe/cwe.json index b960abb6..e7b953b6 100644 --- a/mappings/cwe/cwe.json +++ b/mappings/cwe/cwe.json @@ -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"] + } + ] + } ] }, {