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
Replace Str::random() call with simple inline generator
The use of `Str::random()` within the validator can lead to
non-deterministic test outcomes when using random string mocking such as
`Str::createRandomStringsUsing()` or
`Str::createRandomStringsUsingSequence()`.
This simple inline generator needn't be cryptographically secure in this
context as we only need a unique placeholder string.
0 commit comments