Files
deb-python-senlinclient/senlinclient
gengchc2 8c81812610 Replaces yaml.load() with yaml.safe_load()
Yaml.load() return Python object may be dangerous if you receive
a YAML document from an untrusted source such as the Internet.
The function yaml.safe_load() limits this ability to simple Python
objects like integers or lists.

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

Change-Id: Ie3e632bef72f02f7895b6d46215111b8dc4d3a6a
2017-02-04 18:12:32 +08:00
..
2015-01-19 20:52:49 +08:00
2016-10-14 13:47:23 +09:00