diff --git a/objects/cpe-asset/definition.json b/objects/cpe-asset/definition.json index 7f2ea21..8edca1c 100644 --- a/objects/cpe-asset/definition.json +++ b/objects/cpe-asset/definition.json @@ -2,7 +2,7 @@ "attributes": { "cpe": { "description": "CPE—the well-formed CPE name(WFN). WFNs can be used to describe a set of products or to identify an individual product.", - "misp-attribute": "text", + "misp-attribute": "cpe", "ui-priority": 0 }, "description": { diff --git a/objects/weakness/definition.json b/objects/weakness/definition.json index 0ddf154..dd0748f 100644 --- a/objects/weakness/definition.json +++ b/objects/weakness/definition.json @@ -7,7 +7,7 @@ }, "id": { "description": "Weakness ID (generally CWE).", - "misp-attribute": "text", + "misp-attribute": "weakness", "ui-priority": 0 }, "name": {