Skip to content

[Snyk] Security upgrade urllib3 from 1.26.20 to 2.6.0#385

Open
rhanka wants to merge 1 commit intodevfrom
snyk-fix-5753144aa30d2e63f84f5f008f495cb0
Open

[Snyk] Security upgrade urllib3 from 1.26.20 to 2.6.0#385
rhanka wants to merge 1 commit intodevfrom
snyk-fix-5753144aa30d2e63f84f5f008f495cb0

Conversation

@rhanka
Copy link
Member

@rhanka rhanka commented Dec 14, 2025

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
scikit-learn 1.0.2 requires scipy, which is not installed.
Flask 2.2.5 requires Werkzeug, which is not installed.
flask-restx 1.3.0 requires werkzeug, which is not installed.
Flask-Login 0.6.3 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:

🦉 Allocation of Resources Without Limits or Throttling


Note

Pins urllib3 to >=2.6.0 in requirements.txt to mitigate known vulnerabilities.

  • Dependencies:
    • Pin urllib3 to >=2.6.0 in requirements.txt to address security vulnerabilities.

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 14, 2025

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-fix-5753144aa30d2e63f84f5f008f495cb0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@cursor cursor bot left a comment

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 January 19

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.

zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
pyarrow>=14.0.1
pytest
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Choose a reason for hiding this comment

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

Bug: urllib3 v2 pin may break installs

Adding urllib3>=2.6.0 can introduce install/runtime breakage in environments that don’t meet urllib3 v2’s platform constraints (notably newer OpenSSL and Python versions) and can also create dependency resolution conflicts if any transitive dependency effectively requires urllib3<2.

Fix in Cursor Fix in Web

@rhanka
Copy link
Member Author

rhanka commented Dec 14, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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