Open
Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.10.0
Steps to Reproduce
- Install
sentry-sdk
in a Python project - Run
pip install urllib3==2.5.0
to patch known CVEs - Observe version conflict:
sentry-sdk
requiresurllib3<1.27
- Attempt to use security scanning tools like Trivy or pip-audit
- Receive vulnerability warnings due to old
urllib3==1.26.19
Expected Result
sentry-sdk
should allow urllib3>=1.26.5
to permit upgrading to a secure version (e.g., 2.5.0
)
This would unblock teams trying to comply with CVE scanning and patching policies
Actual Result
sentry-sdk
pins urllib3<1.27
, blocking upgrades past 1.26.x
This prevents upgrading to secure versions like 2.5.0
, which are required to patch active CVEs, including:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Waiting for: Product Owner