Calling yaml.load() without a loader is unsafe and deprecated
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
home/tfroehlich/proj/archrepos/coretools/iotileship/iotile/ship/recipe.py:355: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
info = yaml.load(infile)
```
Contributor guide
Assessment
This issue has not been assessed yet.