QualiSystems / AWS-Shell

:books::shell: A CloudShell 'Shell' that allows integrating AWS as an app's deployment option. Why is this Open? :cloud::shell: CloudShell cloud providers come out of the box and cannot be extended or modified independently. However, feel free to take a look at our code to better understand how things work under the hood. If you like you can experiment with our sofware, but please make sure you contact us if you need new cloud providers that would be supported in your production CloudShell deployment!
ISC License
1 stars 8 forks source link

[Snyk] Security upgrade urllib3 from 1.26.4 to 1.26.5 #547

Open snyk-bot opened 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

Changes included in this PR

⚠️ Warning ``` cloudshell-automation-api 2021.2.0.182230 has requirement urllib3==1.26.4, but you have urllib3 1.26.6. botocore 1.12.253 has requirement urllib3<1.26,>=1.20; python_version == "2.7", but you have urllib3 1.26.6. ```

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Upgrade Breaking Change Exploit Maturity
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-PYTHON-URLLIB3-1533435
urllib3:
1.26.4 -> 1.26.5
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 effected 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

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


This change is Reviewable

TomerAdmon commented 3 years ago

@Costya-Y Added by automation, do not merge at this point, we are in a POC with Snyk

codecov[bot] commented 3 years ago

Codecov Report

Merging #547 (31b7413) into develop (c04895b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #547   +/-   ##
========================================
  Coverage    74.34%   74.34%           
========================================
  Files           90       90           
  Lines         3302     3302           
========================================
  Hits          2455     2455           
  Misses         847      847           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c04895b...31b7413. Read the comment docs.