ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.23k stars 3.45k forks source link

[Snyk] Security upgrade gunicorn from 19.10.0 to 22.0.0 #2204

Closed glenn-jocher closed 7 months ago

glenn-jocher 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: - utils/google_app_engine/additional_requirements.txt #### 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") | **768/1000**
**Why?** Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 7.5 | HTTP Request Smuggling
[SNYK-PYTHON-GUNICORN-6615672](https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672) | `gunicorn:`
`19.10.0 -> 22.0.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/glenn-jocher/project/03f2d3b3-f756-4029-a5a1-adf4b74144b2?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/glenn-jocher/project/03f2d3b3-f756-4029-a5a1-adf4b74144b2?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":"6d9d4895-4a39-446f-8780-d5b0253a3d05","prPublicId":"6d9d4895-4a39-446f-8780-d5b0253a3d05","dependencies":[{"name":"gunicorn","from":"19.10.0","to":"22.0.0"}],"packageManager":"pip","projectPublicId":"03f2d3b3-f756-4029-a5a1-adf4b74144b2","projectUrl":"https://app.snyk.io/org/glenn-jocher/project/03f2d3b3-f756-4029-a5a1-adf4b74144b2?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-GUNICORN-6615672"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[768],"remediationStrategy":"vuln"}) --- **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) ## 🛠️ PR Summary Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions) ### 🌟 Summary Upgraded dependencies for better security and compatibility in the YOLOv3 Google App Engine environment. ### 📊 Key Changes - **Gunicorn version upgrade:** Changed from version 19.10.0 to 22.0.0. - **Clarified dependency:** Werkzeug minimum version specified as 3.0.1 for security reasons. ### 🎯 Purpose & Impact - **Enhanced Security:** The Werkzeug version pin and Gunicorn upgrade address potential vulnerabilities, keeping the deployment safer. - **Improved Compatibility:** By updating Gunicorn, the application ensures better compatibility with newer technologies and frameworks, leading to smoother operations. - **Overall Impact:** Users can expect a more secure and stable environment when deploying YOLOv3 models on Google App Engine, potentially leading to improved performance and reduced risk of compatibility issues or security vulnerabilities. 🚀 **This update signifies Ultralytics' commitment to maintaining a secure and modern toolset for its users.**