chg: [organization] add a MISP UUID if present

pull/432/head
Alexandre Dulaunoy 2024-05-03 22:04:04 +02:00
parent 73d94b8e2d
commit e65878874e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -45,6 +45,12 @@
"multiple": true, "multiple": true,
"ui-priority": 10 "ui-priority": 10
}, },
"misp-uuid": {
"description": "MISP UUID of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 97
},
"name": { "name": {
"description": "Name of the organization", "description": "Name of the organization",
"disable_correlation": false, "disable_correlation": false,
@ -140,5 +146,5 @@
"alias" "alias"
], ],
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a", "uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
"version": 8 "version": 9
} }