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

Please update packages that have urllib3, starlette and certifi dependencies. #882

Open
ddaza opened this issue Jan 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ddaza
Copy link

ddaza commented Jan 4, 2024

There are some CVEs that are being flagged by Mend.io

The dependencies should use these versions:
urllib3 >=1.26.18
certifi >= 2023.7.22
starlette >= 0.27.0


urllib3 CVE - https://www.cve.org/CVERecord?id=CVE-2023-43804
certifi Vul - GHSA-xqr8-7jwr-rhp7
starlette Vul - GHSA-v5gw-mw7f-84px

As far as I can tell, the outdated urllib3 and certifi might be coming from sentry-sdk.

$ poetry show certifi
 name         : certifi
 version      : 2021.5.30
 description  : Python package for providing Mozilla's CA Bundle.

required by
 - httpx *
 - requests >=2017.4.17
 - sentry-sdk *
$ poetry show urllib3
 name         : urllib3
 version      : 1.26.6
 description  : HTTP library with thread-safe connection pooling, file post, and more.

required by
 - requests >=1.21.1,<1.27
 - sentry-sdk >=1.10.0
$ poetry show starlette
 name         : starlette
 version      : 0.20.4
 description  : The little ASGI library that shines.

dependencies
 - anyio >=3.4.0,<5
 - typing-extensions >=3.10.0

@ddaza ddaza added the bug Something isn't working label Jan 4, 2024
@ddaza ddaza changed the title Please update packages that have urllib3 and certifi sub-dependencies. Please update packages that have urllib3, starlette and certifi dependencies. Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant