bashtage / linearmodels

Additional linear models including instrumental variable and panel data models that are missing from statsmodels.
https://bashtage.github.io/linearmodels/
University of Illinois/NCSA Open Source License
930 stars 184 forks source link

[Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 #586

Open bashtage opened 7 months ago

bashtage commented 7 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-test.txt
⚠️ Warning ``` matplotlib 3.5.3 requires pillow, which is not installed. ```
#### Vulnerabilities that will be fixed ##### By pinning: Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **661/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 7.5 | Denial of Service (DoS)
[SNYK-PYTHON-PILLOW-6219984](https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984) | `pillow:`
`9.5.0 -> 10.2.0`
| No | No Known Exploit ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **661/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 7.5 | Denial of Service (DoS)
[SNYK-PYTHON-PILLOW-6219986](https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986) | `pillow:`
`9.5.0 -> 10.2.0`
| 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/bashtage/project/0343c721-0d95-4329-952c-b1c1e0b52d44?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/bashtage/project/0343c721-0d95-4329-952c-b1c1e0b52d44?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":"65a6ebf0-93f5-4412-9e4f-617296f25a61","prPublicId":"65a6ebf0-93f5-4412-9e4f-617296f25a61","dependencies":[{"name":"pillow","from":"9.5.0","to":"10.2.0"}],"packageManager":"pip","projectPublicId":"0343c721-0d95-4329-952c-b1c1e0b52d44","projectUrl":"https://app.snyk.io/org/bashtage/project/0343c721-0d95-4329-952c-b1c1e0b52d44?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-PILLOW-6219984","SNYK-PYTHON-PILLOW-6219986"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"priorityScoreList":[661,661],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Denial of Service (DoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr)
codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (facba92) 99.60% compared to head (c97696c) 99.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #586 +/- ## ======================================= Coverage 99.60% 99.60% ======================================= Files 99 99 Lines 17259 17259 Branches 2460 2460 ======================================= Hits 17190 17190 Misses 30 30 Partials 39 39 ```

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