Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In our use case, we are *not* reading arbitrary input that could be malicious. Still, because we know that what we're reading is made up of only dictionaries and lists and not arbitrary Python objects, we might as well use the more restrictive `safe_load` function rather than the `load` function.
- Loading branch information