mirror of https://github.com/MISP/misp-objects
Merge pull request #342 from MISP/chrisr3d_patch
add: [github-user] Added the `id` object relation for the GitHub user idpull/373/head
commit
cc508337d3
|
@ -32,6 +32,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 80
|
"ui-priority": 80
|
||||||
},
|
},
|
||||||
|
"id": {
|
||||||
|
"description": "User id",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"description": "Original Link to the GitHub account.",
|
"description": "Original Link to the GitHub account.",
|
||||||
"misp-attribute": "link",
|
"misp-attribute": "link",
|
||||||
|
|
Loading…
Reference in New Issue