Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIO-2222) Use yaml.safe_load instead of yaml.load
This fixes following warning: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. Using yaml.load on user input (uploaded packages) is unsefe. Change-Id: I3e1c4dbaa7e4342ada4216e46956883aa0edd5a7
- Loading branch information