Mentions légales du service

Skip to content

[enoslib] replace yaml.load by yaml.safe_load CVE-2017-18342

DELABROYE Dimitri requested to merge ddelabro/enoslib:yaml_load into master

This may break the use of ruamel I haven't test with it.

yaml.load is unsafe, deprecated and has been disabled on some OS for example https://bugs.gentoo.org/659348

https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Merge request reports