Actions
Backport #8540
closedpulpcore 3.7 branch needs PyYAML dep raised to include 5.4.x to fix CVE-2020-14343 (backport 205c903bb22)
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 94
Quarter:
Q2-2021
Description
Backport request for 205c903bb2232d7f6fb8291c2f6ab0ba74442f9e into 3.7 branch, maybe others.
CVE-2020-14343 (Improper Input Validation in PyYAML)
- https://github.com/advisories/GHSA-8q59-q68h-6hv4
- https://nvd.nist.gov/vuln/detail/CVE-2020-14343
- https://github.com/yaml/pyyaml/issues/420#issuecomment-663673966
pulpcore 3.7 branch (and latest release 3.7.4) have PyYaml dep:
PyYAML>=5.1.1,<5.4.0
which prevents updating to PyYaml 5.4.1
Related issues
Actions
Allow to use PyYAML 5.4 which addresses CVE-2020-14343
https://github.com/advisories/GHSA-8q59-q68h-6hv4 https://nvd.nist.gov/vuln/detail/CVE-2020-14343
closes #8540 https://pulp.plan.io/issues/8540