-
Notifications
You must be signed in to change notification settings - Fork 248
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
Man In the Middle vulnerability #78
Comments
@TooTallNate seems like Snyk flags 3.0.0 as vulnerable as well: https://app.snyk.io/test/npm/https-proxy-agent/3.0.0 Do you think it's just a matter of them re-running the audit manually? Or is their report still legit? |
I think something needs to be updated / reported on their end. Same for the HackerOne report. |
@lirantal could you please help us here? 🙏 |
FYI that Snyk has public patches that can be applied if needed: https://app.snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 and the Snyk tooling helps with applying these patches when no upgrade path is available. Looks like @TooTallNate had only commented on the HackerOne report with a fix some 20 minutes ago so this is all fairly new. I'll update the Snyk team with this so we can triage and update fix availability as well as thee Node.js Security WG repo too. |
We've pushed the update to support 3.0.0 as a fixed version of the module and will be reported as such by Snyk starting tomorrow. Please ping me using the mention tag otherwise and I'll chime in to check what's up. |
Hey just a heads up from Snyk's side - we've verified and released the update to support 3.0.0 as the fixed version. Thanks for pulling us in here to let us know about the fix (we do track all unfixed packages for releases, but always helpful when we get a heads up as well!) |
It would be enormously helpful, I think, for downstream consumers to publish a new patch version matching the semver |
(Just as an aside, bumping the major version is not recommended by anyone as a response to a security vulnerability!) |
See: #84 |
@AaronFriel the Snyk patch is compatible with 2.x: see here for the links and details |
@AaronFriel Couldn't agree more. Why bumping a major version for a security fix? Now it cannot be automatically resolved. |
same issue here, can't use "npm audit fix", which breaks our pipeline |
Medium level.
Reported by Snyk: https://app.snyk.io/test/npm/https-proxy-agent/2.2.2
The text was updated successfully, but these errors were encountered: