mirror of https://github.com/MISP/misp-objects
chg: [person] optional function field added
Credits: feedback from student at University of Lorrainepull/339/head
parent
3efc8a210a
commit
9ee8f2912d
|
@ -51,6 +51,12 @@
|
||||||
"misp-attribute": "full-name",
|
"misp-attribute": "full-name",
|
||||||
"ui-priority": 100
|
"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": {
|
"gender": {
|
||||||
"description": "The gender of a natural person.",
|
"description": "The gender of a natural person.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -199,5 +205,5 @@
|
||||||
"alias"
|
"alias"
|
||||||
],
|
],
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
"version": 11
|
"version": 12
|
||||||
}
|
}
|
Loading…
Reference in New Issue