Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency clone-deep to fix security issue downstream #801

Closed
adelyafatykhova opened this issue Jan 22, 2020 · 1 comment
Closed

Comments

@adelyafatykhova
Copy link

adelyafatykhova commented Jan 22, 2020

  • Operating System: na
  • Node Version: na
  • NPM Version: na
  • webpack Version: na
  • sass-loader Version: every version of sass-loader with clone-deep above version 1.0

Expected Behavior

No security vulnerabilities are flagged

Actual Behavior

Security vulnerability CVE-2019-20149 downstream in kind-of (used by clone-deep, which this package uses) leads to any projects using sass-loader to be flagged.

As this security vulnerability has been rated fairly high, this is problematic.

A new version of kind-of (6.0.3) has been released with a fix, but not yet clone-deep.

When this PR in clone-deep to bump the kind-of version is merged and a new version released, then sass-loader should also bump its version of clone-deep to match.

This issue affects every single version of sass-loader that uses above clone-deep v1.0

Links:

Code

na

How Do We Reproduce?

Run whitesource on any project using this package

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants