MSW Depends on vulnerable versions of cookie - @bundled-es-modules/cookie on [email protected] #2330
Closed
4 tasks done
Labels
bug
Something isn't working
needs:triage
Issues that have not been investigated yet.
scope:browser
Related to MSW running in a browser
Prerequisites
Environment check
msw
versionBrowsers
No response
Reproduction repository
No need for repo in this case
Reproduction steps
Please update the vulnerable version of @bundled-es-modules/cookie.
Current behavior
npm audit report
cookie <0.7.0
cookie accepts cookie name, path, and domain with out of bounds characters - GHSA-pxg6-pf52-xh8x
fix available via
npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/@bundled-es-modules/cookie/node_modules/cookie
@bundled-es-modules/cookie >=2.0.0
Depends on vulnerable versions of cookie
node_modules/@bundled-es-modules/cookie
msw >=2.0.0
Depends on vulnerable versions of @bundled-es-modules/cookie
node_modules/msw
Expected behavior
This version of cookie should not be used.
The text was updated successfully, but these errors were encountered: