Do not limit excon version for ruby client#411
Conversation
|
Contributor License Agreement Instructions Please download the appropriate CLA below. Once downloaded, please read, sign, and send back to us at developer-cla@mailchimp.com. Please note, this account is not monitored so please visit https://mailchimp.com/contact/ if you need support. Individual CLA: Mailchimp Individual CLA Once you’ve emailed us the signed CLA, please reply here (e.g. CLA signed and sent!) and we’ll verify it. What to do if you already signed the CLA |
I will not do that nonsense. |
|
I saw that a new version was recently released without any change to the excon dependency. This is preventing users from keeping their dependencies up to date, making it more difficult and less safe to keep using your product. Please update to keep your users safe and your product integrations viable. |
|
There is a CVE on excon: CVE-2026-54171. The fix is on >= 1.5, which this gem explicitly blocks. Please accept this PR. |
|
What alternatives do people know? Mailchimp looks like a low quality, poorly supported project. |
|
Any updates on this PR? Moving this forward is critical for fixing a major security gap. I actually had to bypass the issue by rewriting the functionality via direct API endpoints, which at least removed the external dependencies... |
|
Yeah would love to see this get merged so we can resolve the CVE. FWIW, I sent this into their contact form |
|
Hi @nate-ranson @jmoriarty-mc @mc-keith! Can you guys please prioritize this? 🙏 |
|
Bump on this from our end too! |
|
We need this as well! Please and thank you! |
Previous attempt mailchimp/mailchimp-marketing-ruby#7.
Allow people to upgrade their
excongem dependency. I looked through the gem's changelog (https://github.com/excon/excon/blob/master/changelog.txt) - nothing stood out, should work as before.