openstack-doc-tools/cleanup
Christian Berendt d124f83643 Use yaml.safe_load() instead of yaml.load()
According to Bandit yaml.safe_load() should be used instead of
yaml.load().

Use of unsafe yaml load. Allows instantiation of arbitrary objects.
Consider yaml.safe_load().

Change-Id: I7dd536c61ff53bf0b07cf4681df64fbec99140b6
2015-02-24 14:05:19 +01:00
..
retf Use yaml.safe_load() instead of yaml.load() 2015-02-24 14:05:19 +01:00
prettify.py Update to hacking 0.10 2015-01-13 09:04:27 +01:00
remove_trailing_whitespaces.sh Explicitely add license information to code files 2013-12-30 16:08:52 +01:00
remove_unnecessary_spaces.py Update to hacking 0.10 2015-01-13 09:04:27 +01:00