mirror of https://github.com/MISP/misp-objects
chg: [person/organization] add new role values such as Source, Originator, Informant, Emitter
Fix #338 Emitter has been added for cases in SIGINT and MASINT where emitter terminology can be used.pull/339/head
parent
9dc7e3578f
commit
b3b24473f2
|
@ -65,7 +65,11 @@
|
|||
"Accused",
|
||||
"Culprit",
|
||||
"Accomplice",
|
||||
"Target"
|
||||
"Target",
|
||||
"Source",
|
||||
"Originator",
|
||||
"Informant",
|
||||
"Emitter"
|
||||
]
|
||||
},
|
||||
"type-of-organization": {
|
||||
|
@ -82,5 +86,5 @@
|
|||
"alias"
|
||||
],
|
||||
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
|
@ -174,7 +174,11 @@
|
|||
"Culprit",
|
||||
"Accomplice",
|
||||
"Witness",
|
||||
"Target"
|
||||
"Target",
|
||||
"Source",
|
||||
"Originator",
|
||||
"Informant",
|
||||
"Emitter"
|
||||
]
|
||||
},
|
||||
"social-security-number": {
|
||||
|
@ -205,5 +209,5 @@
|
|||
"alias"
|
||||
],
|
||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||
"version": 12
|
||||
"version": 13
|
||||
}
|
Loading…
Reference in New Issue