logstash/tools/release
João Duarte 3a62db05e1 replace YAML.parse with YAML.safe_load in release tool
YAML.parse returns Psych nodes that then need to be converted to plain ruby objects.

Calling YAML.safe_load outputs basic ruby objects already and also increases security as it greatly restricts the classes it deserializes.

Fixes #11208
2019-10-11 13:09:06 +00:00
..
bump_plugin_versions.rb replace YAML.parse with YAML.safe_load in release tool 2019-10-11 13:09:06 +00:00
generate_release_notes.rb add missing ruby shebang to release tools 2019-01-11 15:46:20 +00:00