openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
29 stars 10 forks source link

[Snyk] Security upgrade black from 24.2.0 to 24.3.0 #86

Closed caniszczyk closed 2 months ago

caniszczyk commented 2 months ago

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: - test-requirements.txt #### Vulnerabilities that will be fixed ##### By pinning: Severity | 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") | Regular Expression Denial of Service (ReDoS)
[SNYK-PYTHON-BLACK-6256273](https://snyk.io/vuln/SNYK-PYTHON-BLACK-6256273) | `black:`
`24.2.0 -> 24.3.0`
| No | Proof of Concept 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](https://app.snyk.io/org/openfga-27i/project/a760ce2f-b089-4895-98ed-5e1112250e43?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/openfga-27i/project/a760ce2f-b089-4895-98ed-5e1112250e43?utm_source=github&utm_medium=referral&page=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":"a50b3fc9-a089-41f0-b243-7bf7ea7c0f9d","prPublicId":"a50b3fc9-a089-41f0-b243-7bf7ea7c0f9d","dependencies":[{"name":"black","from":"24.2.0","to":"24.3.0"}],"packageManager":"pip","projectPublicId":"a760ce2f-b089-4895-98ed-5e1112250e43","projectUrl":"https://app.snyk.io/org/openfga-27i/project/a760ce2f-b089-4895-98ed-5e1112250e43?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-BLACK-6256273"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title"],"priorityScoreList":[null],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Regular Expression Denial of Service (ReDoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr)
codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.29%. Comparing base (b6ef82d) to head (924c399).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #86 +/- ## ======================================= Coverage 68.29% 68.29% ======================================= Files 102 102 Lines 8077 8077 ======================================= Hits 5516 5516 Misses 2561 2561 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.