-
Notifications
You must be signed in to change notification settings - Fork 98
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 issue #229
Comments
3 tasks
@axemclion , If you are too busy to maintain, would you mind granting me access to this repo so I could at least merge this security fix or such? |
Pull request: to update saucelabs and lodash versions to fix security vulnerabilities #231 |
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new
npm audit
feature, which alerts one to security warnings on dependencies, indicates a high risk denial of service issue with the dependency onsaucelabs
which had a bad version ofhttps-proxy-agent
as a dependency.Also, the dependency on
lodash
before4.17.5
was subject to prototype pollution, and grunt-saucelabs is relying upon this version in two ways:4.13.1
) .1.9.0
).Upgrading to the latest versions should fix all of these issues. (There are a number of security issues when doing an audit against a local install of grunt-saucelabs, but the above are the only ones I'm seeing as a dependency.)
While I could submit a PR to upgrade these, I am getting errors when trying to run
npm test
, so I'm not sure whether upgrades would break anything.I know you're not actively maintaining, @axemclion , but could you look into this both as it is security -related, and because I'm trying to get rid of the issues for the sake of IndexedDBShim as well?
The text was updated successfully, but these errors were encountered: