fix(deps): bump urllib3 to 2.7.0 to patch decompression-bomb vuln#13568
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughThis pull request updates the pinned version of Changesurllib3 Version Bump
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
urllib3from 2.6.3 to 2.7.0 across all Python test fixtures to resolve Dependabot alertspackages/sf-core/tests/python/tests/:poetry/poetry.lock,poetry_individually/module1/poetry.lock,poetry_packages/poetry.lockpipenv/Pipfile.lockbase/requirements-w-hashes.txtuv/uv.lock,uv_installer/uv.lock,uv_only_groups/uv.lock,uv_optional_dependencies/uv.lock,uv_optional_groups/uv.lock,uv_with_without_groups/uv.lockThe uv lockfiles weren't included in the original Dependabot alerts but pinned the same vulnerable version, so they're patched here too.
Root cause
urllib32.6.x is affected by GHSA-mf9v-mfxr-j63j — decompression-bomb safeguards can be bypassed in parts of the streaming API. Patched in 2.7.0.Test plan