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.
Updated by The Foreman Bot 15 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11245 added
Updated by Adam Ruzicka 14 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|7655a15d07f25293d1f978255dad1a7ec445caaa.
Updated by Chris Roberts 13 days ago
- Category set to Reporting
- Target version changed from Katello Next to Katello 4.15.1
- Triaged changed from No to Yes
Updated by The Foreman Bot 8 days ago
- Pull request https://github.com/Katello/katello/pull/11252 added
Actions