yarn nsp-check is failing re: tough-cookie ReDOS
See original GitHub issueThis 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: https://github.com/salesforce/tough-cookie/issues/92
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
.nsprc
:I also see us using
tough-cookie
forchokidar
which is just a file watcher which we use purely for development.