Merge pull request #297 from MISP/chrisr3d_patch

Using the actual attribute type for cpe and weakness instead of text
pull/299/head
Alexandre Dulaunoy 2020-10-22 23:40:36 +02:00 committed by GitHub
commit abf42cc8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

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