Files
releases/tools
Sean McGinnis 08cd1fb33c Switch to PyYaml safe_load
The load() call from PyYaml is considered a higher security risk in that
it uses the FullLoader. safe_loade() is considered more safe by using
the SafeLoader instead.

Since the 5.1 release of PyYaml added warning output when using load(),
this switches over to safe_load() to avoid the unnecessary noise.

Change-Id: I1949deed094822d2c2c56659eadb1fc5ea6a59e5
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-07-27 16:18:19 -05:00
..
2020-07-27 16:18:19 -05:00
2020-07-27 16:18:19 -05:00
2018-07-30 14:56:05 -05:00
2020-02-20 17:40:09 +01:00
2018-07-30 14:56:05 -05:00
2016-06-16 16:12:18 +10:00
2020-07-07 17:39:24 +02:00
2017-07-31 17:11:02 -04:00
2018-07-30 14:56:05 -05:00