Skip to content

[Snyk] Fix for 2 vulnerabilities#58

Open
SPH73 wants to merge 1 commit into
masterfrom
snyk-fix-089dd29371392e15e93f883fdda8bc76
Open

[Snyk] Fix for 2 vulnerabilities#58
SPH73 wants to merge 1 commit into
masterfrom
snyk-fix-089dd29371392e15e93f883fdda8bc76

Conversation

@SPH73

@SPH73 SPH73 commented Jan 10, 2026

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements.txt
⚠️ Warning
Flask 1.1.2 requires Werkzeug, which is not installed.
botocore 1.20.32 requires urllib3, which is not installed.

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

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

  • Updates urllib3 from 1.26.5 to 2.6.3 in requirements.txt
  • Updates Werkzeug from 1.0.1 to 3.1.5 in requirements.txt

Written by Cursor Bugbot for commit 877434f. This will update automatically on new commits. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread requirements.txt
typed-ast==1.4.2
typing-extensions==3.7.4.3
urllib3==1.26.5
urllib3==2.6.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Comment thread requirements.txt
visitor==0.1.3
webencodings==0.5.1
Werkzeug==1.0.1
Werkzeug==3.1.5

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants