You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As a part of code scanning, tool reported usage of https://github.com/satori/go.uuid with high vulnerability of insecure randomness see here
We have to change it to https://github.com/gofrs/uuid which is a new version of old go uuid with fixed problem. Additionally, satori lib is deprecated see here
Description
As a part of code scanning, tool reported usage of https://github.com/satori/go.uuid with high vulnerability of insecure randomness see here
We have to change it to https://github.com/gofrs/uuid which is a new version of old go uuid with fixed problem. Additionally, satori lib is deprecated see here
We use it here
Expected result
We are using gofrs uuid library instead of satori go.uuid
Actual result
satori go.uuid is used.
Steps to reproduce
Troubleshooting
The text was updated successfully, but these errors were encountered: