-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
For AWS-SDK, uuid package out of date may cause problems with random numbers #3943
Comments
Hey @ConzumexGame thanks for bringing this up, can you please share what warnings you get? |
This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing. |
Hi @ajredniwja this is what i get:
This should be the same problem as discussed here: |
Same issue here problem is...
|
Also getting
Thanks to the dep on url...
Should be |
Any updates on this? getting same warnings
|
I will follow this thread with same errors `npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.` |
I really hope this can be fixed soon. Now, uuid is at version > 8.x, and having such an old deprecated version in our builds is worrisome and makes our security team nervous. AWS-SQK team, your library is great, and we use it for big enterprise applications with high compliance requirements, but this issue has been a problem in our context. |
Closing this issue now. #3924 |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
I get several warnings when installing aws-sdk package using npm. It is complaining about the version of uuid used. Which is significantly behind the current version. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Is the issue in the browser/Node.js?
Browser/Node.js
If on Node.js, are you running this on AWS Lambda?
Details of the browser/Node.js version
v16.13.0
SDK version number
[email protected]
To Reproduce (observed behavior)
npm i aws-sdk
Expected behavior
No warnings
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: