orange-cloudfoundry / cf-ops-automation

a collaboration framework for operating cloudfoundry and services at scale
22 stars 6 forks source link

tasks(repackage_boshreleases_fallback): fix deserialization #443

Closed o-orand closed 8 months ago

o-orand commented 1 year ago

As of Ruby 3.1, if you use YAML.load_file, you must explicitly list the classes that are allowed for deserialization. Otherwise, a Psych::DisallowedClass error will be thrown.

Fixes #442

Changes proposed in this pull-request: