[Snyk] Security upgrade werkzeug from 2.2.3 to 3.0.1 #19

Open
r3adm3 wants to merge 1 commit from snyk-fix-dcc97c890476d678e51cd4cf541f28e6 into main
r3adm3 commented 2023-10-26 18:29:18 +00:00 (Migrated from github.com)

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • addAndDblService/requirements.txt
⚠️ Warning
Flask 1.0.2 requires Werkzeug, which is not installed.

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Upgrade Breaking Change Exploit Maturity
medium severity 611/1000
Why? Recently disclosed, Has a fix available, CVSS 6.5
Inefficient Algorithmic Complexity
SNYK-PYTHON-WERKZEUG-6035177
werkzeug:
2.2.3 -> 3.0.1
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

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.

Check the changes in this PR to ensure they won't cause issues with your project.


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

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

<p>This PR was automatically created by Snyk using the credentials of a real user.</p><br /><h3>Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.</h3> #### Changes included in this PR - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - addAndDblService/requirements.txt <details> <summary>⚠️ <b>Warning</b></summary> ``` Flask 1.0.2 requires Werkzeug, which is not installed. ``` </details> #### Vulnerabilities that will be fixed ##### By pinning: Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **611/1000** <br/> **Why?** Recently disclosed, Has a fix available, CVSS 6.5 | Inefficient Algorithmic Complexity <br/>[SNYK-PYTHON-WERKZEUG-6035177](https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177) | `werkzeug:` <br> `2.2.3 -> 3.0.1` <br> | No | No Known Exploit (*) Note that the real score may have changed since the PR was raised. 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. Check the changes in this PR to ensure they won't cause issues with your project. ------------ **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: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIwYzM5YTUyMC0yODc0LTQwOGUtODM0Ni1lYzNjY2QyYTYxYWYiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjBjMzlhNTIwLTI4NzQtNDA4ZS04MzQ2LWVjM2NjZDJhNjFhZiJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/r3adm3/project/9ffd023f-9f2a-4d2c-99f3-c09cebbee29c?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/r3adm3/project/9ffd023f-9f2a-4d2c-99f3-c09cebbee29c?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"0c39a520-2874-408e-8346-ec3ccd2a61af","prPublicId":"0c39a520-2874-408e-8346-ec3ccd2a61af","dependencies":[{"name":"werkzeug","from":"2.2.3","to":"3.0.1"}],"packageManager":"pip","projectPublicId":"9ffd023f-9f2a-4d2c-99f3-c09cebbee29c","projectUrl":"https://app.snyk.io/org/r3adm3/project/9ffd023f-9f2a-4d2c-99f3-c09cebbee29c?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-WERKZEUG-6035177"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[611],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc&#x3D;fix-pr)
This pull request has changes conflicting with the target branch.
  • addAndDblService/requirements.txt
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin snyk-fix-dcc97c890476d678e51cd4cf541f28e6:snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch snyk-fix-dcc97c890476d678e51cd4cf541f28e6

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git rebase main
git switch main
git merge --ff-only snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git rebase main
git switch main
git merge --no-ff snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch main
git merge --squash snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch main
git merge --ff-only snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git switch main
git merge snyk-fix-dcc97c890476d678e51cd4cf541f28e6
git push origin main
Sign in to join this conversation.
No description provided.