Merge branch 'main' of github.com:MISP/misp-objects into main

pull/354/head
Alexandre Dulaunoy 2022-04-04 14:08:34 +02:00
commit 6e98779d1a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 2 deletions

View File

@ -26,13 +26,19 @@
]
},
"first-name": {
"description": "First name of Employee",
"description": "Employee's first name",
"disable_correlation": true,
"misp-attribute": "first-name",
"ui-priority": 0
},
"full-name": {
"description": "Employee's full name",
"disable_correlation": true,
"misp-attribute": "full-name",
"ui-priority": 0
},
"last-name": {
"description": "Last name Employee",
"description": "Employee's last name",
"disable_correlation": true,
"misp-attribute": "last-name",
"ui-priority": 0