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

Use yaml.safe_load() instead of load() #281

Merged
merged 1 commit into from Sep 8, 2018
Merged

Use yaml.safe_load() instead of load() #281

merged 1 commit into from Sep 8, 2018

Conversation

lbeaufort
Copy link
Contributor

@lbeaufort lbeaufort commented Sep 7, 2018

Resolves #278

Use yaml.safe_load() instead of load(). load() has known security issues: yaml/pyyaml#189. Tests pass with invoke test - please let me know if you'd like me to make any more changes. I wasn't sure if I should add myself to AUTHORS.rst.

Thanks!
Laura

cc: @sloria and @lafrech

@sloria
Copy link
Member

sloria commented Sep 7, 2018

@lbeaufort Thanks! Please do add yourself to AUTHORS.rst. Gotta give credit where it's due =).

load() has known security issues: yaml/pyyaml#189
@lbeaufort
Copy link
Contributor Author

@sloria thanks! 😄I updated my commit.

@sloria
Copy link
Member

sloria commented Sep 8, 2018

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.

None yet

2 participants