mirror of https://github.com/MISP/misp-objects
chg: can have mutliple text attributes
parent
6b50c50170
commit
a65aa06859
|
@ -451,6 +451,7 @@
|
||||||
"description": "Free text value to attach to the file",
|
"description": "Free text value to attach to the file",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
"recommended": false,
|
"recommended": false,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
@ -496,5 +497,5 @@
|
||||||
"fullpath"
|
"fullpath"
|
||||||
],
|
],
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
"version": 23
|
"version": 24
|
||||||
}
|
}
|
Loading…
Reference in New Issue