Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pyyaml safe by default. #74

Merged
merged 3 commits into from Aug 26, 2017
Merged

Commits on Aug 26, 2017

  1. 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 yaml#5
    alex committed Aug 26, 2017
    Copy the full SHA
    234261b View commit details
    Browse the repository at this point in the history
  2. wtf, how did this typo happen

    alex committed Aug 26, 2017
    Copy the full SHA
    24708ec View commit details
    Browse the repository at this point in the history
  3. Now, for py3k!

    alex committed Aug 26, 2017
    Copy the full SHA
    97472b6 View commit details
    Browse the repository at this point in the history