-
Notifications
You must be signed in to change notification settings - Fork 41
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
yarn nsp-check is failing re: tough-cookie ReDOS #10799
Comments
I have the same vulnerability report this morning from a bunch of dependencies like
|
Looks like we don't have any patches yet. We should probably get master back to green so we don't miss any unrelated failures. This should do it in a
|
When we get an upstream fix, let's remove the exception added in mozilla/addons-frontend#3211 |
This is fixed upstream in tough-cookie 2.3.3 and request pulls that fix in for version 2.83.0. |
I also see us using
|
This is due to https://nodesecurity.io/advisories/525
Running locally to get the extended tree shows tough-cookie is coming in via:
mozilla-addons-frontend@0.0.1 > jsdom@11.2.0 > request-promise-native@1.0.4 > tough-cookie@2.3.2
I think this being a dep of jsdom would mean this should only impacts tests if at all. This needs to be confirmed.
The upstream issue is: salesforce/tough-cookie#92
The text was updated successfully, but these errors were encountered: