Closed jrafanie closed 9 months ago
Load aliases with safe_load if YAML supports it.
Disable YAML.load security cop on versions that don't have safe_load.
Checked commit https://github.com/jrafanie/manageiq-appliance_console/commit/5880670d9436544d4c4c422ffe1c3347b850a8ac with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :star:
This should be ready to go merge. ❤️
Load aliases with safe_load if YAML supports it.
Disable YAML.load security cop on versions that don't have safe_load.