Skip to content

[Snyk] Fix for 2 vulnerabilities#19

Open
Jdunsby wants to merge 1 commit intomainfrom
snyk-fix-b291c8834eb73b4c5c3df9979664b475
Open

[Snyk] Fix for 2 vulnerabilities#19
Jdunsby wants to merge 1 commit intomainfrom
snyk-fix-b291c8834eb73b4c5c3df9979664b475

Conversation

@Jdunsby
Copy link
Copy Markdown
Owner

@Jdunsby Jdunsby commented Jan 20, 2026

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
equests 2.19.1 requires urllib3, which is not installed.
Flask 1.0.2 requires Werkzeug, 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.

@Jdunsby
Copy link
Copy Markdown
Owner Author

Jdunsby commented Jan 20, 2026

Merge Risk: High

This set of upgrades includes two major version jumps, both introducing significant breaking changes. The highest risk comes from the urllib3 and werkzeug upgrades, which require environment and code-level changes.

  • urllib3: 1.23 → 2.6.3 (High Risk)

    • Python Support: Support for Python versions older than 3.9 has been dropped. [1]
    • Security Defaults: The minimum TLS version is now 1.2, and certificate hostname verification is stricter, no longer using the commonName field. [1, 2]
  • werkzeug: 2.2.3 → 3.1.5 (High Risk)

    • Python Support: Support for Python 3.7 was dropped in v2.3. [13]
    • API Removals: Previously deprecated code has been removed. For example, the test client now returns a TestResponse object instead of a tuple, and generate_password_hash defaults to a different algorithm (scrypt). [13]

Recommendation: These upgrades require significant validation. Ensure your environment uses Python 3.9+ and that all external service connections are compatible with TLS 1.2. Review your code for usage of deprecated werkzeug APIs and test thoroughly, as behavior and return types have changed.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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