-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow PyYAML 5.4.x #5887
Allow PyYAML 5.4.x #5887
Conversation
@dcarley can you fix merge conflicts |
PyYAML 5.4 was released a couple of days ago with a fix for: - https://ubuntu.com/security/CVE-2020-14343 - yaml/pyyaml#420 - https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation The changes otherwise appear to be backwards compatible: - https://github.com/yaml/pyyaml/blob/5.4.1/CHANGES Being able to use a later version is important for companies that have automatic dependency scanning for CVEs.
8a59a03
to
a62b73b
Compare
Sure, rebased against |
What is the ETA for the PR merge and package release to pypi? |
Hi @dcarley @shivaylamba, PyYAML 5.3.1 (the version currently required by awscli) has a 9.6 CVVS vulnerability: https://snyk.io/vuln/SNYK-PYTHON-PYYAML-590151 Thank you! |
Hi everyone, Just to clarify, the CLI is not impacted by this CVE. We only use the |
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.
Thanks! 🚢
Description of changes:
PyYAML 5.4 was released a couple of days ago with a fix for:
The changes otherwise appear to be backwards compatible:
Being able to use a later version is important for companies that have
automatic dependency scanning for CVEs.
Issue #, if available:
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.