Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generateUuid function to use crypto library fixed: #483 #548

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

HarjobandeepSingh
Copy link
Contributor

Replaced Math.random with crypto.getRandomValues for secure UUID generation.

Replaced Math.random with crypto.getRandomValues for secure UUID generation.
Ensured each instance of useImpler hook gets a unique UUID.

Signed-off-by: H_S <[email protected]>
@HarjobandeepSingh HarjobandeepSingh changed the title Update generateUuid function to use crypto library Update generateUuid function to use crypto library fixed: #483 Apr 19, 2024
@HarjobandeepSingh
Copy link
Contributor Author

#483

@chavda-bhavik
Copy link
Member

Congratulations on your first merge request in Impler. And sorry for the late review @HarjobandeepSingh, please assign the merge requests to me next time for quick review.

@chavda-bhavik chavda-bhavik self-requested a review April 24, 2024 06:36
@HarjobandeepSingh
Copy link
Contributor Author

Congratulations on your first merge request in Impler. And sorry for the late review @HarjobandeepSingh, please assign the merge requests to me next time for quick review.

Ok

@chavda-bhavik chavda-bhavik merged commit 34407ef into implerhq:next Apr 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move useImpler generateId from math.random to using crypto for generating id
2 participants