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

yaml.load() to yaml.safe_load() #68

Merged
merged 2 commits into from
Mar 27, 2019
Merged

yaml.load() to yaml.safe_load() #68

merged 2 commits into from
Mar 27, 2019

Conversation

lfsando
Copy link
Contributor

@lfsando lfsando commented Mar 27, 2019

https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

PyYAML's load function has been unsafe since the first release in May 2006. It has always been documented that way in bold type: PyYAMLDocumentation. PyYAML has always provided a safe_load function that can load a subset of YAML without exploit.

lfsando added 2 commits March 27, 2019 10:35
Details: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
PyYAML's load function has been unsafe since the first release in May 2006. It has always been documented that way in bold type: PyYAMLDocumentation. PyYAML has always provided a safe_load function that can load a subset of YAML without exploit.
@CLAassistant
Copy link

CLAassistant commented Mar 27, 2019

CLA assistant check
All committers have signed the CLA.

@fionapigott fionapigott self-requested a review March 27, 2019 20:00
@fionapigott fionapigott merged commit 1be2c05 into xdevplatform:master Mar 27, 2019
@fionapigott
Copy link
Contributor

Thanks!

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.

3 participants