jotform / jotform-api-nodejs

JotForm API - NodeJS Client
GNU General Public License v2.0
33 stars 26 forks source link

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

Open brookscom4580 opened 6 years ago

brookscom4580 commented 6 years ago

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 commented 1 year ago

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