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
Selecting EntityUIDGenMode::Nanoid option makes our generators nondeterministic because the nanoid!() macro randomly constructs an id without using a seed taken from the unstructured byte array. This isn't a major issue since it's currently only used by the cedar-policy-generators CLI, but it's a foot-gun for anyone who wants to depend on the generators as a library.
The text was updated successfully, but these errors were encountered:
Selecting
EntityUIDGenMode::Nanoid
option makes our generators nondeterministic because thenanoid!()
macro randomly constructs an id without using a seed taken from the unstructured byte array. This isn't a major issue since it's currently only used by thecedar-policy-generators
CLI, but it's a foot-gun for anyone who wants to depend on the generators as a library.The text was updated successfully, but these errors were encountered: