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

chore(deps): fix CVE-2023-26159 in follow-redirects #1643

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

sjinks
Copy link
Member

@sjinks sjinks commented Jan 11, 2024

Description

This PR fixes a moderate severity vulnerability in follow-redirects (Follow Redirects improperly handles URLs in the url.parse() function, CVE-2023-26159).

follow-redirects is a dependency of @automattic/vip-search-replace and axios (via @lando/cli).

Ref: GHSA-jchw-25xp-jwwc

Pull request checklist

New release checklist

Steps to Test

The existing tests should pass.
Example:

  1. Check out PR.
  2. Run npm run build
  3. Run ./dist/bin/vip-cookies.js nom
  4. Verify cookies are delicious.

@sjinks sjinks self-assigned this Jan 11, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@sjinks sjinks merged commit 33130d4 into trunk Jan 11, 2024
14 checks passed
@sjinks sjinks deleted the fix/follow-redirects branch January 11, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants