Files
deb-python-senlinclient/senlinclient/common
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-04 19:59:14 +08:00
2016-04-11 20:45:59 +08:00
2016-06-27 20:22:56 +08:00
2015-12-09 21:26:55 +08:00