seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.45k stars 908 forks source link

Vulnerability in requests==2.31.0 #2838

Closed JoseAmaral436 closed 3 weeks ago

JoseAmaral436 commented 3 weeks ago

Hello team,

Snyk has reported a vulnerability with requests==2.31.0 that is fixed in requests>=2.32 image image

Is it possible to upgrade this requirement?

Thanks in advance, José Amaral

mdmintz commented 3 weeks ago

False positive for several reasons:

Screenshot 2024-06-06 at 9 17 41 AM

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