-
Notifications
You must be signed in to change notification settings - Fork 205
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
Update undici dependency due to vulnerability #738
Comments
mrbbot
added a commit
that referenced
this issue
Nov 13, 2023
Addresses low severity `npm audit` warning: GHSA-wqq4-5wpv-mx2g Fixes #607 Fixes #738
+1 on this one, a PR seems ready to be merged. Would be great if this can land in a release soon |
mrbbot
added a commit
that referenced
this issue
Jan 4, 2024
Addresses low severity `npm audit` warning: GHSA-wqq4-5wpv-mx2g Fixes #607 Fixes #738
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version of
undici
in use (5.20.0
) has a low-severity vulnerability CVE-2023-45143.A brief summary of the vuln is that the cookie header is not cleared on cross-origin redirects. This can result in the leaking of cookies.
This is fixed in version
5.26.2
and above.The text was updated successfully, but these errors were encountered: