Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

PyYaml load function used in orator is subject to CVSS 9.8 risk #387

Open
djfurman opened this issue Dec 10, 2020 · 0 comments
Open

PyYaml load function used in orator is subject to CVSS 9.8 risk #387

djfurman opened this issue Dec 10, 2020 · 0 comments

Comments

@djfurman
Copy link

PyYaml dependency on yaml.load() function is subject to CVE-2020-14343

This function is only used once in orator. Recommending that this be replaced with the safe load method
Refe:

config = yaml.load(fd)

PR to follow.

djfurman added a commit to djfurman/orator that referenced this issue Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant