You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requests2.31.0 was the latest release for a full year (and couldn't be exploited).
The CVE describes a specific case: Using requests.Session(verify=False), which isn't used.
Local only with high privileges required (meaning it can't be exploited by an attacker who isn't an admin user already, who would already have the permissions to do absolutely anything with Python already):
All current versions of requests after 2.31.0 are currently in worse shape: (2.32.3 is the current latest)
Hoping for a newer version of requests soon that fixes that. Currently 2.31.0 is the best version to have.
Your vulnerability scanning tool (Snyk) has a major vulnerability in that it can recommend upgrading to a newer release of a Python library that is in worse shape than an earlier version. I recommend remediation. GitHub's own security tools are currently quite good for that: https://docs.github.com/en/code-security
Hello team,
Snyk has reported a vulnerability with requests==2.31.0 that is fixed in requests>=2.32
Is it possible to upgrade this requirement?
Thanks in advance,
José Amaral
The text was updated successfully, but these errors were encountered: