-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
We're using a lot of uuids and they're generated using a non-safe method. Both uuid.New() and uuid.NewString() can panic and a better way could be to use id, err := uuid.NewRandom()
To Reproduce
nil, this bug hasn't occurred so far
Expected behavior
creating uuids should never result in panics and if they panic, the error should be handled.
Log Files
nil
Desktop (please complete the following information):
nil
Additional context
nil
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
