-
Notifications
You must be signed in to change notification settings - Fork 14
CVE-2024-35195 alert caused by pinning requests to version <2.32.3 #30
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
Comments
@inuyasha82 The cve's description says that the vulnerability you mentioned above was fixed in 2.32.0 and we are already bound by that
|
I'm encountering an additional dependency conflict related to this version constraint. When trying to use this package alongside others that require Would it be possible to remove or update the upper bound constraint on requests to allow newer compatible versions? This would help resolve dependency conflicts while maintaining security requirements. |
@benSchaper Our team is working on it and will update you. |
Is there a bug preventing compatibility with |
@lpulley yes there is this issue psf/requests#6730. |
@avinash1IBM at this time, is it already foreseeable when the issue can/will be resolved? Thank you for your time and your reply. |
@adbuerger - still the above issue is not resolve by the |
FYI |
FWIW, we're also now seeing problems with requests getting pinged for edit: looks like it'll be 2.32.4 https://github.com/psf/requests/releases/tag/v2.32.4 |
Requests v2.32.4, includes important updates and fixes. We are working on addressing the requests dependency conflict and the CVE-2024-47081 issue. We will post the update here. |
It would be great to get a progress update and ETA for resolution of this issue. |
We will convey the ETA in a day or two. |
@Prashant-IBM Maybe it is relevant information for you that there has been activity on psf/requests#6731 which was recently closed in favor of psf/requests#6767 which has just been merged |
We are targeting Friday for the ETA. |
Requests has a known vulnerability, that is fixed in versions 2.32.3.
Anyway this project in our requirements is causing an alert, because it still resolve to an older version of requests, as can be seen here:
ibm-cos-sdk-python-core/setup.py
Line 9 in c35f5f1
Is possible to fix this issue?
The text was updated successfully, but these errors were encountered: