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

cookiejar Regular Expression Denial of Service via Cookie.parse function #812

Open
Jaykingamez opened this issue Jan 25, 2023 · 3 comments
Labels

Comments

@Jaykingamez
Copy link

Describe the bug

Due to the use of superagent 8.0.5, which uses cookiejar version 2.1.3, a vulnerability is present in the latest package, GHSA-h452-7996-h45h.

A simple fix would be to update superagent's version to the latest.

@Supernova989
Copy link

any updates on this ?

@h4l-yup
Copy link

h4l-yup commented Mar 7, 2023

any updateds on this?

@rickbergfalk
Copy link

For any Yarn users waiting on a fix... you can workaround this by adding the following resolutions field to your package.json:

  "resolutions": {
    "supertest/**/cookiejar": "^2.1.4"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants