From 8ee7728e84f9639580f20bb6b0184432a080ae5d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 7 Oct 2020 09:20:54 +0200 Subject: [PATCH] chg: [gitlab-user] because -r is important --- objects/gitlab-user/definition.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/objects/gitlab-user/definition.json b/objects/gitlab-user/definition.json index 1ea2f29..bf9f689 100644 --- a/objects/gitlab-user/definition.json +++ b/objects/gitlab-user/definition.json @@ -1,5 +1,10 @@ { "attributes": { + "avatar_url": { + "description": "Avatar url of the GitLab User", + "misp-attribute": "link", + "ui-priority": 1 + }, "id": { "description": "GitLab User id", "misp-attribute": "text", @@ -10,11 +15,6 @@ "misp-attribute": "text", "ui-priority": 1 }, - "username": { - "description": "Username of the GitLab User", - "misp-attribute": "text", - "ui-priority": 1 - }, "state": { "description": "State of the GitLab User", "disable_correlation": true, @@ -26,9 +26,9 @@ "blocked" ] }, - "avatar_url": { - "description": "Avatar url of the GitLab User", - "misp-attribute": "link", + "username": { + "description": "Username of the GitLab User", + "misp-attribute": "text", "ui-priority": 1 }, "web_url": { @@ -46,4 +46,4 @@ ], "uuid": "39ef3197-08f5-445f-b3b6-9d4d8604071c", "version": 1 -} +} \ No newline at end of file