mirror of https://github.com/MISP/misp-objects
chg: Using the actual attribute type for cpe and weakness instead of text
parent
27a554ab12
commit
903935c1fe
|
@ -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