Arx Cruz 0099f408da Replace yaml.load() with yaml.safe_load()
Avoid dangerous file parsing and object serialization libraries.
yaml.load is the obvious function to use but it is dangerous[1]
Bandit flags yaml.load() as security risk so replace all occurrences
with yaml.safe_load().

[1]https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html

Story: 1634265
Task: 38963

Change-Id: Ie5baf64696e6214e3dd01f6e06ede8fd8432cbb8
2020-03-09 10:24:11 +01:00
2019-08-08 13:49:23 +00:00
2016-08-24 17:21:57 +02:00
2018-07-18 08:03:26 +00:00
2019-04-19 19:29:26 +00:00
2016-08-24 17:21:57 +02:00
2020-03-03 10:22:37 +00:00
2018-06-05 15:13:26 +00:00
2016-08-24 17:21:57 +02:00
2018-12-28 23:05:15 +08:00

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.

Description
Automatic Tempest Configuration Generator
Readme 8.2 MiB
Languages
Python 99.8%
Jinja 0.2%