fix: [user-account] replace the unclear text in description

Feedback from CISA/DHS - fix #323
pull/324/head
Alexandre Dulaunoy 2021-09-14 08:31:01 +02:00
parent 8c86f26e78
commit 3f6a653b0d
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 7 deletions

View File

@ -30,6 +30,12 @@
"misp-attribute": "datetime", "misp-attribute": "datetime",
"ui-priority": 1 "ui-priority": 1
}, },
"description": {
"description": "A description of the user account.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"disabled": { "disabled": {
"description": "Specifies if the account is desabled.", "description": "Specifies if the account is desabled.",
"disable_correlation": true, "disable_correlation": true,
@ -112,12 +118,6 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"text": {
"description": "A description of the user account.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"user-avatar": { "user-avatar": {
"description": "A user profile picture or avatar.", "description": "A user profile picture or avatar.",
"misp-attribute": "attachment", "misp-attribute": "attachment",
@ -144,5 +144,5 @@
"user-id" "user-id"
], ],
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3", "uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
"version": 3 "version": 4
} }