commit | 7b68405c81db889f83c32846462b238ccae5be80 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Aug 26 09:26:59 2017 -0400 |
committer | Ian Stapleton Cordasco <sigmavirus24@users.noreply.github.com> | Sat Aug 26 10:26:01 2017 -0500 |
tree | d11c6f9f8ab8db177449c857b405808768a12efb | |
parent | d856c206fd4bfd71254e0d69e9d5e31bef5d2c0f [diff] |
Make pyyaml safe by default. Change yaml.load/yaml.dump to be yaml.safe_load/yaml.safe_dump, introduced yaml.danger_dump/yaml.danger_load, and the same for various other classes. (python2 only at this moment) Refs #5