Skip to content

Commit

Permalink
[Snyk] Security upgrade urllib3 from 2.0.4 to 2.0.6 (#532)
Browse files Browse the repository at this point in the history
<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:
    - requirements.txt

#### 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") | **581/1000** <br/> **Why?** Recently disclosed, Has
a fix available, CVSS 5.9 | Information Exposure Through Sent Data
<br/>[SNYK-PYTHON-URLLIB3-5926907](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907)
| `urllib3:` <br> `2.0.4 -> 2.0.6` <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=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI5ZDBlNWFmZS0zOWViLTQzMmUtODBhMS1jNTRmYmVkZDU0ZGYiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjlkMGU1YWZlLTM5ZWItNDMyZS04MGExLWM1NGZiZWRkNTRkZiJ9fQ=="
width="0" height="0"/>
🧐 [View latest project
report](https://app.snyk.io/org/auth0-sdks/project/8fe7d35b-6ade-4251-a6f0-13aeee44d9f3?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr)

🛠 [Adjust project
settings](https://app.snyk.io/org/auth0-sdks/project/8fe7d35b-6ade-4251-a6f0-13aeee44d9f3?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":"9d0e5afe-39eb-432e-80a1-c54fbedd54df","prPublicId":"9d0e5afe-39eb-432e-80a1-c54fbedd54df","dependencies":[{"name":"urllib3","from":"2.0.4","to":"2.0.6"}],"packageManager":"pip","projectPublicId":"8fe7d35b-6ade-4251-a6f0-13aeee44d9f3","projectUrl":"https://app.snyk.io/org/auth0-sdks/project/8fe7d35b-6ade-4251-a6f0-13aeee44d9f3?utm_source=github&utm_medium=referral&page=fix-pr","type":"user-initiated","patch":[],"vulns":["SNYK-PYTHON-URLLIB3-5926907"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[581],"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)
  • Loading branch information
Widcket authored Oct 6, 2023
2 parents 43bab74 + 6d923f7 commit 3aa6cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
urllib3==2.0.4 ; python_version >= "3.7" and python_version < "4.0"
urllib3==2.0.6 ; python_version >= "3.7" and python_version < "4.0"
userpath==1.9.0 ; python_version >= "3.7" and python_version < "4.0"
yarl==1.9.2 ; python_version >= "3.7" and python_version < "4.0"
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.8"

0 comments on commit 3aa6cdd

Please sign in to comment.