chg: Using the actual attribute type for cpe and weakness instead of text

pull/297/head
chrisr3d 2020-10-22 22:11:50 +02:00
parent 27a554ab12
commit 903935c1fe
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"attributes": { "attributes": {
"cpe": { "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.", "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 "ui-priority": 0
}, },
"description": { "description": {

View File

@ -7,7 +7,7 @@
}, },
"id": { "id": {
"description": "Weakness ID (generally CWE).", "description": "Weakness ID (generally CWE).",
"misp-attribute": "text", "misp-attribute": "weakness",
"ui-priority": 0 "ui-priority": 0
}, },
"name": { "name": {