HumanCellAtlas / data-consumer-vignettes

Simple walk-throughs of interacting with the DCP as a downstream data consumer.
MIT License
17 stars 5 forks source link

[Snyk] Security upgrade PyYAML from 5.3.1 to 5.4 #120

Open adrazhi opened 3 years ago

adrazhi 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 ``` requests 2.25.1 has requirement idna<3,>=2.5, but you have idna 3.1. boto3 1.16.58 has requirement s3transfer<0.4.0,>=0.3.0, but you have s3transfer 0.2.1. awscli 1.18.218 has requirement PyYAML<5.4,>=3.10; python_version != "3.4", but you have PyYAML 5.4.1. awscli 1.18.218 has requirement docutils<0.16,>=0.10, but you have docutils 0.16. awscli 1.18.218 has requirement s3transfer<0.4.0,>=0.3.0, but you have s3transfer 0.2.1. ```

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Upgrade Breaking Change Exploit Maturity
high severity 876/1000
Why? Mature exploit, Has a fix available, CVSS 9.8
Arbitrary Code Execution
SNYK-PYTHON-PYYAML-590151
PyYAML:
5.3.1 -> 5.4
No Mature

(*) 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