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

CVE-2024-47764 (GHSA-pxg6-pf52-xh8x) - versions < 0.7.0 of cookie have a low severity vulnerability #5329

Closed
1 of 2 tasks
createdbysk opened this issue Oct 20, 2024 · 1 comment

Comments

@createdbysk
Copy link

Per CVE-2024-47764 (GHSA-pxg6-pf52-xh8x), versions < 0.7.0 of cookie have a low severity vulnerability.

webpack-dev-server's depends on cookie 0.6.0 via express 4.21.0. express 4.21.1 addresses this issue.

Upgrade webpack-dev-server's dependency on express to express 4.21.1.

  • This is a bug
  • This is a modification request

Code

// webpack.config.js
// additional code, remove if not needed.

Please paste the results of npx webpack-cli info here, and mention other relevant information

Expected Behavior

Actual Behavior

For Bugs; How can we reproduce the behavior?

For Features; What is the motivation and/or use-case for the feature?

@alexander-akait
Copy link
Member

We use ^ - https://github.com/webpack/webpack-dev-server/blob/master/package.json#L62, so you can update your deps locally, no need to make a new release, thank you

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

2 participants