TU-Wien-dataLAB / Grader-Service

Grader Service offers lecturers and students a well integrated teaching environment for data science, machine learning and programming classes.
https://grader-service.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 2 forks source link

[Snyk] Fix for 2 vulnerabilities #157

Closed joseftaha closed 7 months ago

joseftaha commented 8 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 ``` pytest-tornasync 0.6.0.post2 requires tornado, which is not installed. pytest-httpserver 1.0.6 requires Werkzeug, 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") | **611/1000**
**Why?** Recently disclosed, Has a fix available, CVSS 6.5 | HTTP Request Smuggling
[SNYK-PYTHON-TORNADO-6041512](https://snyk.io/vuln/SNYK-PYTHON-TORNADO-6041512) | `tornado:`
`6.2 -> 6.3.3`
| 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-WERKZEUG-6041510](https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510) | `werkzeug:`
`2.2.3 -> 3.0.1`
| 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/constanze.roedigtuwien.ac.at/project/e0f8734e-ff9c-45b7-8933-cba16cbd01eb?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/constanze.roedigtuwien.ac.at/project/e0f8734e-ff9c-45b7-8933-cba16cbd01eb?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":"3cb59d1b-8277-4320-981c-e63b3c632ca4","prPublicId":"3cb59d1b-8277-4320-981c-e63b3c632ca4","dependencies":[{"name":"tornado","from":"6.2","to":"6.3.3"},{"name":"werkzeug","from":"2.2.3","to":"3.0.1"}],"packageManager":"pip","projectPublicId":"e0f8734e-ff9c-45b7-8933-cba16cbd01eb","projectUrl":"https://app.snyk.io/org/constanze.roedigtuwien.ac.at/project/e0f8734e-ff9c-45b7-8933-cba16cbd01eb?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-TORNADO-6041512","SNYK-PYTHON-WERKZEUG-6041510"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["pr-warning-shown","priorityScore"],"priorityScoreList":[611,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)