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

When using PyYAML 5.1+ Deprecation warning for yaml.load() #29

Closed
ebob9 opened this issue Oct 26, 2019 · 2 comments
Closed

When using PyYAML 5.1+ Deprecation warning for yaml.load() #29

ebob9 opened this issue Oct 26, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ebob9
Copy link
Member

ebob9 commented Oct 26, 2019

PyYAML has deprecated yaml.load() as unsafe. Update cloudgenix_config to use safe_load by default.

@ebob9 ebob9 added the bug Something isn't working label Oct 26, 2019
@ebob9 ebob9 self-assigned this Oct 26, 2019
@ebob9
Copy link
Member Author

ebob9 commented Oct 26, 2019

See yaml/pyyaml#257 for more info.

@ebob9
Copy link
Member Author

ebob9 commented Dec 7, 2019

This is actually fixed in develop branch by 53f2c1a

@ebob9 ebob9 closed this as completed Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant