martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

[Snyk] Security upgrade ipython from 7.34.0 to 8.10.0 #130

Open martyzz1 opened 1 year ago

martyzz1 commented 1 year 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: - dev-requirements.txt
⚠️ Warning ``` ipdb 0.13.11 requires ipython, which is not installed. flake8 3.9.2 requires pycodestyle, which is not installed. autopep8 2.0.0 requires pycodestyle, which is not installed. autopep8 2.0.0 requires tomli, which is not installed. ```
#### 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") | **603/1000**
**Why?** Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 4.2 | Remote Code Execution (RCE)
[SNYK-PYTHON-IPYTHON-3318382](https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-3318382) | `ipython:`
`7.34.0 -> 8.10.0`
| No | Proof of Concept (*) 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/martyzz1/project/cbfd3df3-fbbb-4f77-958f-7bdd767fabf2?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/martyzz1/project/cbfd3df3-fbbb-4f77-958f-7bdd767fabf2?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":"51d4ca69-2679-49f9-b9e5-ecd0b187ad27","prPublicId":"51d4ca69-2679-49f9-b9e5-ecd0b187ad27","dependencies":[{"name":"ipython","from":"7.34.0","to":"8.10.0"}],"packageManager":"pip","projectPublicId":"cbfd3df3-fbbb-4f77-958f-7bdd767fabf2","projectUrl":"https://app.snyk.io/org/martyzz1/project/cbfd3df3-fbbb-4f77-958f-7bdd767fabf2?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-IPYTHON-3318382"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[603]}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc=fix-pr)
codecov-commenter commented 1 year ago

Codecov Report

Base: 50.03% // Head: 50.03% // No change to project coverage :thumbsup:

Coverage data is based on head (cf8e186) compared to base (1370af5). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #130 +/- ## ======================================= Coverage 50.03% 50.03% ======================================= Files 32 32 Lines 1437 1437 Branches 178 178 ======================================= Hits 719 719 Misses 703 703 Partials 15 15 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.