-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Deps have critical security issues #5638
Comments
Hi, RCE security issue!, Overview Affected versions of this package are vulnerable to Remote Code Execution (RCE) such that handler sanitization can be bypassed, allowing attackers to escape the sandbox. Note: According to the maintainer, the security issue cannot be properly addressed and the library will be discontinued. |
For my case:
npm WARN deprecated uuid@3.4.0: 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.
up to date, audited 59 packages in 919ms
found 0 vulnerabilities Hope this could help you guys ;) |
This only says 0 vulnerabilities because npm audit does not check globally installed packages. Try installing pm2 to a local directory instead. |
The |
Awesome! We can just upgrade proxy-agent to 6.3.0. |
vm2 critical security issue - same as here: #5643 |
@Unitech any updates? When it will be fixed? |
This is no longer an issue. It can be closed. @virbyte |
WARN deprecated uuid@3.4.0: 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.
WARN deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
The text was updated successfully, but these errors were encountered: