kloudbuster/kb_dib
Nguyen Hung Phuong 668dd098a4 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: I8cff003dad2d0b4ca19b12d45cb5538f683192cd
2018-02-13 09:28:01 +00:00
..
elements Replaces yaml.load() with yaml.safe_load() 2018-02-13 09:28:01 +00:00
Vagrantfile Cleanup logic enhancements, document enhancements 2015-09-02 22:59:28 -07:00