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 in dependency of bem (via bem-config which is deprecated) #394

Open
scott-ln opened this issue Mar 2, 2020 · 0 comments

Comments

@scott-ln
Copy link

scott-ln commented Mar 2, 2020

I have a project using bem. Running npm audit produces this report:

                       === npm audit security report ===

                                 Manual Review
             Some vulnerabilities require your attention to resolve
          Visit https://go.npm.me/audit-guide for additional guidance

  Moderate        Sandbox Breakout / Arbitrary Code Execution
  Package         static-eval
  Patched in      >=2.0.0
  Dependency of   bem [dev]
  Path            bem > bem-tools-create > bem-config > jsonpath > static-eval
  More info       https://npmjs.com/advisories/548

  Moderate        Sandbox Breakout / Arbitrary Code Execution
  Package         static-eval
  Patched in      >=2.0.2
  Dependency of   bem [dev]
  Path            bem > bem-tools-create > bem-config > jsonpath > static-eval
  More info       https://npmjs.com/advisories/758

found 2 moderate severity vulnerabilities in 1834575 scanned packages
  2 vulnerabilities require manual review. See the full report for details.

bem-config was deprecated some time ago and bem has not had a release in 3 years. How can I resolve these vulnerabilities, please? I've tried both npm install --save-dev [email protected] and npm install --save-dev [email protected] but that didn't make any difference. Thank you.

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