ruby-safe-yaml

safer YAML loader for Ruby
  https://github.com/dtao/safe_yaml
  0
  no reviews



SafeYAML provides an alternative implementation of YAML.load suitable for accepting user input in Ruby applications.

Unlike Ruby's built-in implementation of YAML.load, SafeYAML's version does not expose applications to arbitrary code execution exploits.