chg: [person] optional function field added

Credits: feedback from student at University of Lorraine
pull/339/head
Alexandre Dulaunoy 2021-11-27 11:56:39 +01:00
parent 3efc8a210a
commit 9ee8f2912d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -51,6 +51,12 @@
"misp-attribute": "full-name",
"ui-priority": 100
},
"function": {
"description": "Function of the natural person such as analyst, cyber operator, lawyer.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 101
},
"gender": {
"description": "The gender of a natural person.",
"disable_correlation": true,
@ -199,5 +205,5 @@
"alias"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 11
"version": 12
}