kolla-ansible/ansible/action_plugins
zhuzeyu 6e6a36944e Using yaml.safe_load instead of yaml.load
It is not safe to call yaml.load with any data received from
an untrusted source, we'd better use yaml.safe_load

Reference:
https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html

Change-Id: Ic8bf73bf0f2e2c29eb48094367cf558483be1267
2017-02-08 12:02:52 +08:00
..
merge_configs.py Support multi key in merge_config module 2017-01-04 17:06:02 +00:00
merge_yaml.py Using yaml.safe_load instead of yaml.load 2017-02-08 12:02:52 +08:00