summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-08-03 17:47:32 -0700
committerAnish Athalye <me@anishathalye.com>2015-08-03 17:47:32 -0700
commit4381c4cabbeb870f3fe18da4e7bbdee9a39c55fd (patch)
tree4455e22c61def72ce43428fa0ab48eb7ff082f67 /CONTRIBUTING.md
parentdcc3a1947a85aaa038d143f9f6a0c2a1c1a76a15 (diff)
Use `safe_load` function to load YAML
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.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions