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
..
2020-01-20 20:03:16 +05:30
2019-10-25 13:50:39 +00:00
2018-08-13 11:57:14 +02:00
2020-01-20 20:03:16 +05:30
2019-05-29 00:25:42 +00:00
2018-08-13 11:57:14 +02:00