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

MSW Depends on vulnerable versions of cookie - @bundled-es-modules/cookie on [email protected] #2330

Closed
4 tasks done
nemonemi opened this issue Oct 25, 2024 · 2 comments
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

Comments

@nemonemi
Copy link

Prerequisites

Environment check

  • I'm using the latest msw version
  • I'm using Node.js version 18 or higher

Browsers

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.

@nemonemi nemonemi added bug Something isn't working needs:triage Issues that have not been investigated yet. scope:browser Related to MSW running in a browser labels Oct 25, 2024
@tony-cocco
Copy link

Possible dupe of #2308

@kettanaito
Copy link
Member

Hi. Thanks for opening this. Duplicate of #2308, already merged the fix in @bundled-es-modules/cookie, it just needs to be released by the maintainers. A PR with the release automation also suggested to make this faster next time. Be patient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage Issues that have not been investigated yet. scope:browser Related to MSW running in a browser
Projects
None yet
Development

No branches or pull requests

3 participants