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

Bump version of debug - vulnerability #34

Open
iranreyes opened this issue Nov 13, 2017 · 1 comment
Open

Bump version of debug - vulnerability #34

iranreyes opened this issue Nov 13, 2017 · 1 comment

Comments

@iranreyes
Copy link

I noticed that tar-pack is using the version ^2.2.0 of debug and we should bump this version given some dependency packages of this version has well-known vulnerabilities.

File: https://github.com/ForbesLindesay/tar-pack/blob/master/package.json#L14

How it should be?

  "optionalDependencies": {
    "debug": "^3.1.0"
  },

Vulnerability:

  1. debug
    [email protected] > [email protected]
    https://snyk.io/vuln/npm:debug:20170905

This vulnerability is fixed in debug version 3.1.0

Environment

  1. node -v: v8.7.0
  2. npm -v: 5.5.1

Steps to Reproduce

  1. Install snyk
  2. Run: snyk test

Expected Behavior

No vulnerabilities report

Actual Behavior

I am seeing a vulnerability report related to [email protected]

@davedbase
Copy link

I'm seeing this issue as well. Using the grpc package which depends on node-pre-gyp which depends on tar-pack. Hoping the debug bump could be pushed soon. Thanks!

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

2 participants