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 on package got. Consider dependency tree shaking #678

Open
brunolnetto opened this issue Mar 20, 2023 · 0 comments
Open

Comments

@brunolnetto
Copy link

Vulnerability on package npm-name

Description

On run npm audit, among other, the following snippet appears. Your library, in specific, has a vulnerability which may be resolved by some dependency tree shaking. Please, consider it.

node_modules/package-json/node_modules/got
  npm-name  <=6.0.1
  Depends on vulnerable versions of got
  node_modules/npm-name
    np  >=2.2.0
    Depends on vulnerable versions of npm-name
    Depends on vulnerable versions of update-notifier
    node_modules/np
  package-json  <=6.5.0
  Depends on vulnerable versions of got

Steps to reproduce

OS: Linux/MacOS

  1. Clone repository eulejs: https://github.com/trouchet/eulejs
  2. Navigate to respective folder on previous item;
  3. Run npm audit
  4. Check the respective log

Expected behavior

Zero security vulnerabilities.

Environment

np - 7.6.3
Node.js - 19.6.0
npm - 9.5.0
Git - 2.25.1
OS - Ubuntu 20.04

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