zhuzeyu 5f3cad6c9b 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: Ie921dc046b09493029b2724c39f1f717b37992e4
2017-02-07 11:40:12 +08:00
..
2015-08-21 15:44:05 +00:00