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
In utils.rb of the Ruby-template, def generate_uuid does not return a v4 UUID.
It could be replaced by the function uuid of the module SecureRandom.
This would ensure consistency over the different templates.
The text was updated successfully, but these errors were encountered:
In
utils.rb
of the Ruby-template,def generate_uuid
does not return a v4 UUID.It could be replaced by the function
uuid
of the moduleSecureRandom
.This would ensure consistency over the different templates.
The text was updated successfully, but these errors were encountered: