Abacus-Group-RTO / legion

Legion is an open source, easy-to-use, super-extensible and semi-automated network penetration testing tool that aids in discovery, reconnaissance and exploitation of information systems.
GNU General Public License v3.0
1.03k stars 170 forks source link

[Snyk] Security upgrade urllib3 from 1.23 to 1.26.18 #246

Open sscottgvit opened 1 year ago

sscottgvit 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: - requirements.txt
⚠️ Warning ``` flake8 5.0.4 has requirement importlib-metadata<4.3,>=1.1.0; python_version < "3.8", but you have importlib-metadata 6.7.0. ```
#### Vulnerabilities that will be fixed ##### By pinning: Severity | 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") | HTTP Header Injection
[SNYK-PYTHON-URLLIB3-1014645](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | Regular Expression Denial of Service (ReDoS)
[SNYK-PYTHON-URLLIB3-1533435](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | CRLF injection
[SNYK-PYTHON-URLLIB3-174323](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323) | `urllib3:`
`1.23 -> 1.26.18`
| No | Mature ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | Improper Certificate Validation
[SNYK-PYTHON-URLLIB3-174464](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174464) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | Information Exposure Through Sent Data
[SNYK-PYTHON-URLLIB3-5926907](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | Information Exposure Through Sent Data
[SNYK-PYTHON-URLLIB3-5969479](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | Information Exposure Through Sent Data
[SNYK-PYTHON-URLLIB3-6002459](https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459) | `urllib3:`
`1.23 -> 1.26.18`
| No | No Known Exploit 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/sscottgvit/project/94852d80-10a9-4668-95ef-cf5e448a13f8?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/sscottgvit/project/94852d80-10a9-4668-95ef-cf5e448a13f8?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":"6a6ff680-7313-4d84-8b11-a5b773f4dd07","prPublicId":"6a6ff680-7313-4d84-8b11-a5b773f4dd07","dependencies":[{"name":"urllib3","from":"1.23","to":"1.26.18"}],"packageManager":"pip","projectPublicId":"94852d80-10a9-4668-95ef-cf5e448a13f8","projectUrl":"https://app.snyk.io/org/sscottgvit/project/94852d80-10a9-4668-95ef-cf5e448a13f8?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-PYTHON-URLLIB3-1014645","SNYK-PYTHON-URLLIB3-1533435","SNYK-PYTHON-URLLIB3-174323","SNYK-PYTHON-URLLIB3-174464","SNYK-PYTHON-URLLIB3-5926907","SNYK-PYTHON-URLLIB3-5969479","SNYK-PYTHON-URLLIB3-6002459"],"upgrade":[],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","pr-warning-shown"],"priorityScoreList":[null,null,null,null,null,null,null],"remediationStrategy":"vuln"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Regular Expression Denial of Service (ReDoS)](https://learn.snyk.io/lesson/redos/?loc=fix-pr) 🦉 [CRLF injection](https://learn.snyk.io/lesson/malicious-code-injection/?loc=fix-pr)