dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

[0.5d EXTRA] Critical bug in UUID library #626

Closed rusenask closed 5 years ago

rusenask commented 5 years ago

There's a critical issue with UUID library https://github.com/satori/go.uuid/issues/73 that we use. UUIDs might be not very random.

I see that we also have some https://github.com/nu7hatch/gouuid used more extensively which hasn't been maintained for 5-7 years.

Let's switch to https://github.com/google/uuid.