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

ReDoS Vulnerability in [email protected] #10

Open
kevdougful opened this issue Aug 16, 2016 · 3 comments
Open

ReDoS Vulnerability in [email protected] #10

kevdougful opened this issue Aug 16, 2016 · 3 comments

Comments

@kevdougful
Copy link

Got this warning on npm install

[email protected]: ReDoS vulnerability parsing Set-Cookie
@mwittig
Copy link

mwittig commented Jan 20, 2017

I am wondering wether or not this dependency is required at all as 'tough-cookie' is not used by the source.

@FlorianWendelborn
Copy link

You can install and run npm-check to find out. ;)

@mwittig
Copy link

mwittig commented Jan 20, 2017

You can install and run npm-check to find out. ;)

As expected, npm-check has confirmed my assumption.

tough-cookie   ?  MAJOR UP  Major update available. https://github.com/salesforce/tough-cookie
                            npm install --save [email protected] to go from 1.2.0 to 2.3.2
               ?  NOTUSED?  Still using tough-cookie?
                            Depcheck did not find code similar to require('tough-cookie') or import from 'tough-cookie'.
                            Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
                            Use --skip-unused to skip this check.
                            To remove this package: npm uninstall --save tough-cookie

Use npm-check -u for interactive update.

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

3 participants