[Snyk] Security upgrade werkzeug from 2.2.3 to 3.1.5#782
Conversation
…e vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
This PR addresses a security vulnerability by upgrading werkzeug from 2.2.3 to 3.1.5, as identified by Snyk. However, the upgrade introduces a critical compatibility issue between Flask and werkzeug that needs to be resolved before merging.
Changes:
- Pins werkzeug to version 3.1.5 or higher to fix a security vulnerability (SNYK-PYTHON-WERKZEUG-14908843)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,2 +1,3 @@ | |||
| flask | |||
There was a problem hiding this comment.
The Flask dependency lacks version pinning, which can lead to unpredictable behavior and compatibility issues. With werkzeug now pinned to 3.1.5 or higher, Flask should also be pinned to a compatible version (2.3.0 or higher) to ensure the dependencies work together correctly. Consider specifying a minimum Flask version that is compatible with werkzeug 3.1.5.
| flask | |
| flask>=2.3.0 |
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
solution/redis/viz-web-redis/stackdemo/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.