9.4 KiB
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:
- rootfs/usr/local/lib/web/backend/requirements.txt
⚠️ Warning
Werkzeug 2.2.3 has requirement MarkupSafe>=2.1.1, but you have MarkupSafe 1.1.1.
requests 2.22.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you have urllib3 1.26.5.
Vulnerabilities that will be fixed
By pinning:
| Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity |
|---|---|---|---|---|---|
| 554/1000 Why? Has a fix available, CVSS 6.8 |
Insufficient Verification of Data Authenticity SNYK-PYTHON-CERTIFI-3164749 |
certifi: 2019.9.11 -> 2022.12.7 |
No | No Known Exploit | |
| 599/1000 Why? Has a fix available, CVSS 7.7 |
HTTP Header Injection SNYK-PYTHON-URLLIB3-1014645 |
urllib3: 1.25.6 -> 1.26.5 |
No | No Known Exploit | |
| 479/1000 Why? Has a fix available, CVSS 5.3 |
Regular Expression Denial of Service (ReDoS) SNYK-PYTHON-URLLIB3-1533435 |
urllib3: 1.25.6 -> 1.26.5 |
No | No Known Exploit | |
| 509/1000 Why? Has a fix available, CVSS 5.9 |
Denial of Service (DoS) SNYK-PYTHON-URLLIB3-559452 |
urllib3: 1.25.6 -> 1.26.5 |
No | No Known Exploit | |
| 344/1000 Why? Has a fix available, CVSS 2.6 |
Access Restriction Bypass SNYK-PYTHON-WERKZEUG-3319935 |
werkzeug: 0.16.0 -> 2.2.3 |
No | No Known Exploit | |
| 589/1000 Why? Has a fix available, CVSS 7.5 |
Denial of Service (DoS) SNYK-PYTHON-WERKZEUG-3319936 |
werkzeug: 0.16.0 -> 2.2.3 |
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
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS) 🦉 Access Restriction Bypass 🦉 Denial of Service (DoS)
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.
Changes included in this PR
- Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
- web/package.json
- web/yarn.lock
Note for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed
With an upgrade:
| Severity | Priority Score (*) | Issue | Breaking Change | Exploit Maturity |
|---|---|---|---|---|
| 696/1000 Why? Proof of Concept exploit, Has a fix available, CVSS 7.5 |
Regular Expression Denial of Service (ReDoS) SNYK-JS-AXIOS-1579269 |
No | Proof of Concept |
(*) Note that the real score may have changed since the PR was raised.
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
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons: