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

Update undici dependency due to vulnerability #738

Closed
mm-jpoole opened this issue Nov 3, 2023 · 1 comment · Fixed by #742
Closed

Update undici dependency due to vulnerability #738

mm-jpoole opened this issue Nov 3, 2023 · 1 comment · Fixed by #742

Comments

@mm-jpoole
Copy link

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.

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
@jpreynat
Copy link

+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
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants