Cyril Roelandt c4a7ac0b65 Use yaml.safe_load instead of yaml.load
We currently use yaml.load to read a user-written config file. This can
lead to malicious code execution, so we should use yaml.safe_load
instead.

Found using bandit.

Change-Id: I27792f0435bc3cb9b9d31846d07a8d47a1e7679d
2015-10-21 17:22:20 +02:00
..
2015-09-25 10:07:05 -04:00
2015-09-25 10:07:05 -04:00
2015-03-11 10:09:51 +01:00
2015-09-25 10:07:05 -04:00