-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk] Fix for 7 vulnerabilities #10
base: master
Are you sure you want to change the base?
Conversation
…ce/doc_files/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-42159 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-72435 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174464 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5969479
Wiz Scan Summary
|
pyyaml==3.12 | ||
requests==2.18.4 | ||
urllib3==1.22 | ||
pyyaml==4.2b1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact pyyaml versions <5.4.0: CVE-2020-14343, CVE-2020-1747.
These can be remediated by updating to version 5.4.0 or higher.
pyyaml==4.2b1 | |
pyyaml==5.4.0 |
requests==2.18.4 | ||
urllib3==1.22 | ||
pyyaml==4.2b1 | ||
requests==2.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact requests versions <2.32.0: CVE-2023-32681, CVE-2024-35195.
These can be remediated by updating to version 2.32.0 or higher.
requests==2.20 | |
requests==2.32.0 |
urllib3==1.22 | ||
pyyaml==4.2b1 | ||
requests==2.20 | ||
urllib3==1.25.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following vulnerabilities impact urllib3 versions <1.26.18: CVE-2021-33503, CVE-2023-43804, CVE-2023-45803.
These can be remediated by updating to version 1.26.18 or higher.
urllib3==1.25.9 | |
urllib3==1.26.18 |
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to fix 7 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt
⚠️ Warning
``` requests 2.20.0 has requirement urllib3<1.25,>=1.21.1, but you have urllib3 1.25.9.