rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

[Snyk] Security upgrade oauthlib from 3.2.1 to 3.2.2 #83

Closed rfsbraz closed 4 months ago

rfsbraz commented 4 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: - requirements.txt
⚠️ Warning ``` objectrest 2.0.0 has requirement oauthlib==3.2.1, but you have oauthlib 3.2.2. ```
#### 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") | **499/1000**
**Why?** Has a fix available, CVSS 5.7 | Denial of Service (DoS)
[SNYK-PYTHON-OAUTHLIB-3021142](https://snyk.io/vuln/SNYK-PYTHON-OAUTHLIB-3021142) | `oauthlib:`
`3.2.1 -> 3.2.2`
| 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](https://app.snyk.io/org/rfsbraz/project/5a2a4ff5-b7a8-4ce6-8991-a8ed4a481756?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/rfsbraz/project/5a2a4ff5-b7a8-4ce6-8991-a8ed4a481756?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":"2a2812ce-7646-4481-bba0-ea77e4a3e7b9","prPublicId":"2a2812ce-7646-4481-bba0-ea77e4a3e7b9","dependencies":[{"name":"oauthlib","from":"3.2.1","to":"3.2.2"}],"packageManager":"pip","projectPublicId":"5a2a4ff5-b7a8-4ce6-8991-a8ed4a481756","projectUrl":"https://app.snyk.io/org/rfsbraz/project/5a2a4ff5-b7a8-4ce6-8991-a8ed4a481756?utm_source=github&utm_medium=referral&page=fix-pr","type":"user-initiated","patch":[],"vulns":["SNYK-PYTHON-OAUTHLIB-3021142"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[499],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Denial of Service (DoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr)
github-actions[bot] commented 4 months ago

:robot: A Docker image for this PR is available to test with:

docker run -e LOG_LEVEL=DEBUG --rm -v ./config:/config -v ./logs:/config/logs ghcr.io/rfsbraz/deleterr:pr-83

This assumes you have a config and logs directory where you're running the command. You can adjust the volume mounts as needed.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud