mirror of
1
0
Fork 0
dotbot/dotbot
Anish Athalye 4381c4cabb 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.
2015-08-03 17:47:32 -07:00
..
executor Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
messenger Fix compatibility 2015-01-26 10:36:36 -05:00
util Provide exception information when reading config 2015-04-24 18:33:13 -04:00
__init__.py Initial commit 2014-03-20 18:57:56 -04:00
cli.py Improve error message for malformed files 2015-04-26 19:46:14 -04:00
config.py Use `safe_load` function to load YAML 2015-08-03 17:47:32 -07:00
dispatcher.py Clean up code 2015-01-26 10:36:11 -05:00