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

Fix security warning #733

Closed
quilicicf opened this issue Jun 13, 2018 · 3 comments
Closed

Fix security warning #733

quilicicf opened this issue Jun 13, 2018 · 3 comments

Comments

@quilicicf
Copy link

Hi,

When installing chokidar (2.0.3) as a dependency of a project, npm gave me a warning about a vulnerability.

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ chokidar [dev]                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ chokidar > fsevents > node-pre-gyp > rc > deep-extend        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/612                       │
└───────────────┴──────────────────────────────────────────────────────────────┘

Could you look into it please ?

Thanks for developing chokidar.
I can try and commit a fix if that helps, maybe it's just a version bump.

@paulmillr
Copy link
Owner

should be fixed now

@quilicicf
Copy link
Author

Thanks for the fix!

@pjar
Copy link

pjar commented Dec 10, 2018

Issue still present for me in version 2.0.4. GitHub has flagged it and suggests this:

Remediation
Upgrade deep-extend to version 0.5.1 or later. For example:

"dependencies": {
"deep-extend": ">=0.5.1"
}
or…
"devDependencies": {
"deep-extend": ">=0.5.1"
}

Link to CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-3750

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

3 participants