From d922d3eaa5848f3601275e7083ec0e66d8a3701c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 16 May 2019 15:08:43 +0200 Subject: [PATCH] chg: [person] Gender unknown added This has been added when investigation is ongoing and alias is know but gender is unknown discovered during Enforce training. topic:enforce --- objects/person/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index 59de239..2a0befe 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -63,7 +63,8 @@ "Male", "Female", "Other", - "Prefer not to say" + "Prefer not to say", + "Unknown" ], "disable_correlation": true }, @@ -188,7 +189,7 @@ "disable_correlation": true } }, - "version": 9, + "version": 10, "description": "An object which describes a person or an identity.", "meta-category": "misc", "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",