mirror of https://github.com/MISP/misp-objects
Merge pull request #297 from MISP/chrisr3d_patch
Using the actual attribute type for cpe and weakness instead of textpull/299/head
commit
abf42cc8fb
|
@ -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": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"id": {
|
||||
"description": "Weakness ID (generally CWE).",
|
||||
"misp-attribute": "text",
|
||||
"misp-attribute": "weakness",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"name": {
|
||||
|
|
Loading…
Reference in New Issue