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

Updated yaml.load to yaml.safe_load #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated yaml.load to yaml.safe_load #3

wants to merge 1 commit into from

Conversation

KillDozerX2
Copy link

PyYAML's .load method has been deprecated without the use of a loader and detailed into a security vulnerability, many audit workflows and CI tests are failing and this module works without any issues with just safe_load, hence the commit.
This can be read in detail on their wiki https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

PyYAML's .load method has been deprecated without the use of a loader and detailed into a security vulnerability, many audit workflows and CI tests are failing and this module works without any issues with just `safe_load`, hence the commit. 
This can be read in detail on their wiki https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
@salah-rashad
Copy link

Thanks, this should be accepted.

@KillDozerX2
Copy link
Author

It's been two years. I don't think it's going to. I've since stopped using Django as a whole

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.

None yet

2 participants