[Snyk] Fix for 2 vulnerabilities#58
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 3
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| typed-ast==1.4.2 | ||
| typing-extensions==3.7.4.3 | ||
| urllib3==1.26.5 | ||
| urllib3==2.6.3 |
There was a problem hiding this comment.
Major urllib3 upgrade breaks botocore compatibility
High Severity
Upgrading urllib3 from 1.26.5 to 2.6.3 is a major version bump that breaks compatibility with botocore==1.20.32. Older botocore versions (like 1.20.32 from early 2021) require urllib3 < 2.0. The PR description even warns "botocore 1.20.32 requires urllib3, which is not installed" indicating pip detected a version conflict. This will cause runtime failures when using boto3/botocore for AWS operations.
| visitor==0.1.3 | ||
| webencodings==0.5.1 | ||
| Werkzeug==1.0.1 | ||
| Werkzeug==3.1.5 |
There was a problem hiding this comment.
Major Werkzeug upgrade breaks Flask compatibility
High Severity
Upgrading Werkzeug from 1.0.1 to 3.1.5 skips two major versions with significant breaking API changes. Flask==1.1.2 (from 2020) was designed for Werkzeug 1.x and may encounter runtime errors with Werkzeug 3.x due to removed/changed APIs. The PR description warns "Flask 1.1.2 requires Werkzeug, which is not installed" indicating a dependency conflict. Both Flask and Werkzeug need to be upgraded together to compatible versions.
Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements.txtImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
Note
Dependency upgrades
urllib3from1.26.5to2.6.3inrequirements.txtWerkzeugfrom1.0.1to3.1.5inrequirements.txtWritten by Cursor Bugbot for commit 877434f. This will update automatically on new commits. Configure here.