Actions
Bug #38058
closedFailed to genereate report using "Host - Applied Errata" template.
Difficulty:
Triaged:
Yes
Description
Failed to generate a Host applied errata report with the following error.
"Value of 'select' passed to load_resource must be Symbol or Array of Symbols"
This is the effect of the fix for "CVE-2024-8553"
It limits the value of "select" passes to "load_resource" method to either a Symbol or an Array of Symbols.
However, "load_errata_applications" method in Katello plugin is still passing the "select" value as string.
Actions