Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@MaKyOtOx
Copy link
Contributor

@MaKyOtOx MaKyOtOx commented Sep 29, 2025

snyk-top-banner

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

Snyk changed the following file(s):

  • engines/arachni/requirements.txt
⚠️ Warning
Flask 2.2.5 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:

🦉 Resource Exhaustion
🦉 Cross-site Scripting (XSS)
🦉 Improper Control of Generation of Code ('Code Injection')
🦉 More lessons are available in Snyk Learn


Note

Bumps multiple Python deps in engines/arachni/requirements.txt (Flask, gunicorn, requests stack, Jinja2, Werkzeug, etc.) and adds zipp to address vulnerabilities.

  • Dependencies (in engines/arachni/requirements.txt):
    • Upgrades: Flask 2.2.3→2.2.5, gunicorn 20.0.4→23.0.0, idna 2.5→3.7, Jinja2 3.1.2→3.1.6, requests 2.28.2→2.32.4, urllib3 1.26.5→2.5.0, werkzeug 2.2.3→3.0.6, setuptools 65.5.1→78.1.1.
    • Add: zipp>=3.19.1.

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

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 PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

werkzeug==2.2.3
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==2.5.0
werkzeug==3.0.6
Copy link

Choose a reason for hiding this comment

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

Bug: Flask-Werkzeug Compatibility Issue

Flask 2.2.5 is incompatible with Werkzeug 3.0.6. Flask 2.2.x expects Werkzeug 2.x, but Werkzeug 3.0.x introduced breaking changes. This version mismatch will likely cause runtime errors, preventing the application from starting.

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.

3 participants