Skip to content

Releases: internap/python-config-probe

Remove yaml unsafe deprecation warning

01 Apr 21:52
dc290ae
Compare
Choose a tag to compare

hides warning such has below in the projects using config-probe.
This will make sure that config-probe uses the safe yaml load version.
I don't see a valid reason to have injected code in your configuration
ifile.

This is a possibly breaking change.

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated,
as the default Loader is unsafe.

Please read https://msg.pyyaml.org/load for full details.