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

[SECURITY] node-uuid: crypto not usable, falling back to insecure Math.random() #20

Open
brookscom4580 opened this issue Oct 19, 2018 · 1 comment

Comments

@brookscom4580
Copy link

The jotform node module made use of "node-uuid" in the past for generating uuids. This package has been deprecated (https://www.npmjs.com/package/node-uuid) in favor of "uuid" (https://www.npmjs.com/package/uuid). Deprecation warnings related to jotforms use of the "node-uuid" are mucking up test/process logs and should be swapped out for "uuid".

image

@wojtekmaj
Copy link

For anyone looking for a solution, my fork has this issue resolved.

@wojtekmaj wojtekmaj mentioned this issue Aug 24, 2023
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 a pull request may close this issue.

2 participants