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 alert due to old minimist dependency #31

Closed
ptpaterson opened this issue Mar 15, 2020 · 1 comment
Closed

Security alert due to old minimist dependency #31

ptpaterson opened this issue Mar 15, 2020 · 1 comment

Comments

@ptpaterson
Copy link

ptpaterson commented Mar 15, 2020

Somewhere through the current dependency tree, minimist@0.0.8 gets used.

my recent project package-lock.json shows
parcel-bundler@1.12.4 --> @parcel/watcher@1.12.1 --> chokidar@2.1.8 --> fsevents@1.2.11 --> minimist@0.0.8

parcel-bundler is at latest. @parcel/watcher is in 2.0 alpha now? How can I force the update to my dependencies?

Minimist README says this:

Previous versions had a prototype pollution bug that could cause privilege escalation in some circumstances when handling untrusted user input.

Please use version 1.2.3 or later: https://snyk.io/vuln/SNYK-JS-MINIMIST-559764

I think upgrade to chokidar@3 will fix this. I THINK it's already fixed in 2.0 alpha. Should I report on parcel-bundler instead?

@ptpaterson
Copy link
Author

Closing because I see that the effort to release parcel 2 with parcel watcher 2.

If there's any help in the mean time though that's cool!

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

No branches or pull requests

1 participant