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 dependency "follow-redirects" to mitigate CVE-2022-0536 #1571

Open
PersonMeetup opened this issue Feb 13, 2022 · 7 comments
Open

Update dependency "follow-redirects" to mitigate CVE-2022-0536 #1571

PersonMeetup opened this issue Feb 13, 2022 · 7 comments

Comments

@PersonMeetup
Copy link

Report at GHSA-pw2r-vq6v-hr8c

Recommend #1564 updates to 1.14.8 rather than 1.14.7

@fabiohaertel
Copy link

Need this too

@ghost
Copy link

ghost commented Mar 10, 2022

Please update "follow-redirects" to >= 1.14.8
Refer this GHSA-pw2r-vq6v-hr8c

@Skrigueztep
Copy link

Need this too

@anand-gopinath
Copy link

Any updates on release?

@PersonMeetup
Copy link
Author

Any updates on release?

Judging by it being nearly 2 years since I made this issue, I'm in agreeance with #1653 that this repo is unmaintained. Best option is to migrate away from this package if possible. I'll keep this issue open, even if all it serves as is a warning that this won't be solved anytime soon.

@fabiohaertel
Copy link

I sort of solved it by forcing npm to use the latest version through:

{ "overrides": { "follow-redirects": ">=1.15.4" } }

No side effects for me

@ryanomor
Copy link

{ "overrides": { "follow-redirects": ">=1.15.4" } }

@fabiohaertel Where are you adding the override? I was planning on adding it to my project's package.json like so:

"overrides": {
    "http-proxy": {
        "follow-redirects": ">=1.15.4"
    }
}

If I'm not mistaken, the way you have it written will bump the version of follow-redirects everywhere in your project, and not just within the http-proxy package. That may be fine, but just to limit the scope of change, I provided another solution above

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

5 participants