Skip to content
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

Changed the use of 'yaml.load(input)' to 'yaml.safe_load(input)': #466

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

Hogfeldt
Copy link
Contributor

The use of yaml.load(input) is deprecated, because of an security exploit see:
https://msg.pyyaml.org/load

All use of 'yaml.load(input) has been changed to 'yaml.safe_load(input)', all tests seems to pass.

This resolve #462

The use of yaml.load(input) is depricated, because of an security exploite see:
https://msg.pyyaml.org/load

All use of 'yaml.load(input) has been changed to 'yaml.safe_load(input)', all tests seems to pass.

Fixes bioconda#462
@epruesse epruesse merged commit 53af62e into bioconda:master Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yaml.load() without Loader=... is deprecated
2 participants