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 Vulnerability] One of your dependencies has a dependency which has been flagged as having a security vulnerability (according to nodesecurity.io) #438

Closed
chase2981 opened this issue Mar 27, 2018 · 1 comment · Fixed by #440

Comments

@chase2981
Copy link

According to nodesecurity.io, your guys' tailwindcss package is dependent on a package with a security vulnerability, as shown below.

(+) 1 vulnerability found
┌────────────┬────────────────────────────────────────────────────────────────────┐
│ │ Prototype pollution attack │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ Name │ hoek │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ CVSS │ 4 (Medium) │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ Installed │ 2.16.3 │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ Vulnerable │ <= 4.2.0 || >= 5.0.0 < 5.0.3 │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ Patched │ > 4.2.0 < 5.0.0 || >= 5.0.3 │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ Path │ my-project@0.0.0 > tailwindcss@0.5.1 > nodemon@1.17.2 > │
│ │ chokidar@2.0.3 > fsevents@1.1.3 > node-pre-gyp@0.6.39 > hawk@3.1.3 │
│ │ > hoek@2.16.3 │
├────────────┼────────────────────────────────────────────────────────────────────┤
│ More Info │ https://nodesecurity.io/advisories/566
└────────────┴────────────────────────────────────────────────────────────────────┘

Recreation Steps:
First run npm i nsp then run npx nsp check in any project that has any version of tailwindcss installed, and you will receive the error

Recommendations:
Add the nodesecurity.io badge to your README.md so that your dependencies stay secure

I was hoping you guys could please correct this? Thank you.

@adamwathan
Copy link
Member

Thanks, sorted it out and tagged a new release.

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

Successfully merging a pull request may close this issue.

2 participants