Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use YAML.load to load classes beyond the basic types
https://bugzilla.redhat.com/show_bug.cgi?id=1789153 Followup to ManageIQ/manageiq#19701 We're trying to load MiqAeMethodService::MiqAeServiceService and ActiveSupport::HashWithIndifferentAccess in these places. The prior behavior in core was to treat YAML.safe_load like YAML.load so let's change these to .load for now. If we want to use safe_load, we'll need to enumerate all of the additional classes we want to allow to be loaded beyond the ruby basic types.
- Loading branch information