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

Appease yaml.load linters #779

Merged
merged 1 commit into from Jul 3, 2018
Merged

Appease yaml.load linters #779

merged 1 commit into from Jul 3, 2018

Conversation

asottile
Copy link
Member

@asottile asottile commented Jul 3, 2018

technically yaml.load is unsafe, however the contents being loaded here are
previously loaded just above using a safe loader so this is not an abitrary
code vector. Fixing it nonetheless :)

Thanks @tonybaloney!

_technically_ yaml.load is unsafe, however the contents being loaded here are
previously loaded just above using a safe loader so this is not an abitrary
code vector.  Fixing it nonetheless :)
@asottile asottile merged commit 6853f4a into master Jul 3, 2018
@asottile asottile deleted the yaml_load branch July 3, 2018 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant