murano/murano/tests/unit/packages
chenaidong1 b20eb558e0 Replace 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: I2364d59d3076e76710a496e19f83f71bd578b05a
2017-03-10 15:45:01 +08:00
..
hot_package Replace yaml.load() with yaml.safe_load() 2017-03-10 15:45:01 +08:00
mpl_package Replace yaml.load() with yaml.safe_load() 2017-03-10 15:45:01 +08:00
test_packages Adds a test for logo validation 2016-03-28 19:05:03 +03:00
versions Use assertIn, assertNotIn and assertIsNotNone 2016-08-01 11:00:55 +02:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
test_exceptions.py Increase unit test coverage for exceptions in Packages API. 2016-09-29 17:03:08 -04:00
test_load_utils.py Increase unit test coverage for Load Utils API. 2016-09-28 13:38:21 -04:00
test_package_base.py Increase unit test coverage for Package Base API. 2016-09-29 20:54:09 -04:00