theforeman / puppet-foreman

Puppet module for Foreman
GNU General Public License v3.0
104 stars 269 forks source link

Ruby 3 - Replace YAML.load with YAML.safe_load #1151

Closed tuxmea closed 4 months ago

ekohl commented 7 months ago

I wonder why this is needed. In Ruby 3 load and safe_load are the same. Is it just to get the same behavior on both 2 & 3?

ekohl commented 4 months ago

@tuxmea could you take a look at my question?