From a77ad8151856e58a679eee2d220b2a1ca47065a7 Mon Sep 17 00:00:00 2001 From: TimmyBc Date: Sun, 24 Mar 2024 17:13:30 +0100 Subject: [PATCH] Update cwe.json --- mappings/cwe/cwe.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mappings/cwe/cwe.json b/mappings/cwe/cwe.json index ff39ea8..9fb6e01 100644 --- a/mappings/cwe/cwe.json +++ b/mappings/cwe/cwe.json @@ -451,7 +451,16 @@ { "id": "hardcoded_password", "cwe": ["CWE-259"] + }, + { + "id": "weakness_in_firmware_updates", + "children": [ + { + "id": "firmware_cannot_be_updated", + "cwe": ["CWE-434"] } + ] + } ] }, {