[Snyk] Security upgrade django from 3.1.4 to 3.2.15 #11

Open
arno.birchler wants to merge 1 commit from snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e into master
arno.birchler commented 2022-08-04 07:22:53 +00:00 (Migrated from gitlab.com)

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

Changes included in this Merge Request

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • requirements.txt
⚠️ Warning
django-health-check 3.16.5 requires django, which is not installed.
django-dbbackup 3.3.0 requires Django, which is not installed.

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Upgrade Breaking Change Exploit Maturity
high severity 636/1000
Why? Recently disclosed, Has a fix available, CVSS 7
Reflected File Download (RFD)
SNYK-PYTHON-DJANGO-2968205
django:
3.1.4 -> 3.2.15
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 effected dependencies could be upgraded.

Check the changes in this Merge Request 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.

<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 Merge Request - Changes to the following files to upgrade the vulnerable dependencies to a fixed version: - requirements.txt <details> <summary>⚠️ <b>Warning</b></summary> ``` django-health-check 3.16.5 requires django, which is not installed. django-dbbackup 3.3.0 requires Django, which is not installed. ``` </details> #### Vulnerabilities that will be fixed ##### By pinning: Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **636/1000** <br/> **Why?** Recently disclosed, Has a fix available, CVSS 7 | Reflected File Download (RFD) <br/>[SNYK-PYTHON-DJANGO-2968205](https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2968205) | `django:` <br> `3.1.4 -> 3.2.15` <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 effected dependencies could be upgraded. Check the changes in this Merge Request 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=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJlNzQ1M2E0Yy02NWEwLTRjYjAtYTIzNS0zMjU0YWE0NDJiOTMiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImU3NDUzYTRjLTY1YTAtNGNiMC1hMjM1LTMyNTRhYTQ0MmI5MyJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/arnobirchler/project/f12b01b7-4014-4eb1-9519-9384068cbae1?utm_source&#x3D;gitlab&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/arnobirchler/project/f12b01b7-4014-4eb1-9519-9384068cbae1?utm_source&#x3D;gitlab&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":"e7453a4c-65a0-4cb0-a235-3254aa442b93","prPublicId":"e7453a4c-65a0-4cb0-a235-3254aa442b93","dependencies":[{"name":"django","from":"3.1.4","to":"3.2.15"}],"packageManager":"pip","projectPublicId":"f12b01b7-4014-4eb1-9519-9384068cbae1","projectUrl":"https://app.snyk.io/org/arnobirchler/project/f12b01b7-4014-4eb1-9519-9384068cbae1?utm_source=gitlab&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-DJANGO-2968205"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[636]}) --- **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 can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

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

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 master
git merge --no-ff snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git switch snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git rebase master
git switch master
git merge --ff-only snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git switch snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git rebase master
git switch master
git merge --no-ff snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git switch master
git merge --squash snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git switch master
git merge --ff-only snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git switch master
git merge snyk-fix-bd4504afbed2866939cb6ff6c8ff3f2e
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
self-healing-infrastructure/core!11
No description provided.