Skip to content

Commit

Permalink
[Snyk] Security upgrade cryptography from 41.0.3 to 41.0.4 (#531)
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") | **539/1000** <br/> **Why?** Has a fix available,
CVSS 6.5 | Denial of Service (DoS)
<br/>[SNYK-PYTHON-CRYPTOGRAPHY-5914629](https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5914629)
| `cryptography:` <br> `41.0.3 -> 41.0.4` <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=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJlMDc1N2UxZS1mZGIyLTRjZWMtOTVhNi03OWE1ZDQ1MjM2NzQiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImUwNzU3ZTFlLWZkYjItNGNlYy05NWE2LTc5YTVkNDUyMzY3NCJ9fQ=="
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":"e0757e1e-fdb2-4cec-95a6-79a5d4523674","prPublicId":"e0757e1e-fdb2-4cec-95a6-79a5d4523674","dependencies":[{"name":"cryptography","from":"41.0.3","to":"41.0.4"}],"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-CRYPTOGRAPHY-5914629"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[539],"remediationStrategy":"vuln"})

---

**Learn how to fix vulnerabilities with free interactive lessons:**

🦉 [Denial of Service
(DoS)](https://learn.snyk.io/lesson/redos/?loc&#x3D;fix-pr)
  • Loading branch information
Widcket authored Oct 3, 2023
2 parents 18e4def + bd54a8f commit cd35bba
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 @@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
cryptography==41.0.3 ; python_version >= "3.7" and python_version < "4.0"
cryptography==41.0.4 ; python_version >= "3.7" and python_version < "4.0"
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"
Expand Down

0 comments on commit cd35bba

Please sign in to comment.