-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
We are currently using UIDs for session id generation. It may be better to include other characters to increase the entropy. We should be careful in how we use SecureRandom See https://www.synopsys.com/blogs/software-security/proper-use-of-javas-securerandom/ Last, we may want to make generating ids a strategy interface so that users can swap this out
mbarroux, domainname, skshhi, czarea, vijayaggarwal and 27 more