[Snyk] Security upgrade werkzeug from 2.2.3 to 3.1.5#324
[Snyk] Security upgrade werkzeug from 2.2.3 to 3.1.5#324
Conversation
… vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
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.
| Flask-BasicAuth==0.2.0 | ||
| Jinja2==2.7.1 | ||
| MarkupSafe==0.18 | ||
| werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
Werkzeug 3.x incompatible with Flask 0.10.1
High Severity
The upgrade to werkzeug>=3.1.5 is incompatible with Flask==0.10.1. Werkzeug 3.0 introduced major breaking changes (like removing url_quote from werkzeug.urls) that break all Flask versions prior to 3.x. The application will crash at startup with an ImportError. Either Flask needs to be upgraded to version 3.x, or werkzeug needs to stay at 2.x despite the security vulnerability.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
solutions/1.2.3 Developing with Flask/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
Security dependency update
werkzeug>=3.1.5tosolutions/1.2.3 Developing with Flask/requirements.txt(not previously specified) to address a reported vulnerability.Written by Cursor Bugbot for commit 1745d35. This will update automatically on new commits. Configure here.