diff --git a/assets/js/pages/AdvisoryDetails/AdvisoryDetails.stories.jsx b/assets/js/pages/AdvisoryDetails/AdvisoryDetails.stories.jsx index e6b5ab2262..18ee771edf 100644 --- a/assets/js/pages/AdvisoryDetails/AdvisoryDetails.stories.jsx +++ b/assets/js/pages/AdvisoryDetails/AdvisoryDetails.stories.jsx @@ -13,15 +13,21 @@ export const Default = { args: { advisoryName: 'SUSE-15-SP4-2023-3369', errata: { - issue_date: Date.now(), - update_date: Date.now(), - synopsis: 'I think my Geekos ate my quiche 🦎🦎', - advisory_status: 'stable', - type: 'security_advisory', - description: `My Geekos really love the cakes I order from the crab bakery. + errata_details: { + issue_date: Date.now(), + update_date: Date.now(), + synopsis: 'I think my Geekos ate my quiche 🦎🦎', + advisory_status: 'stable', + type: 'security_advisory', + description: `My Geekos really love the cakes I order from the crab bakery. Yesterday, I left before the post arrived. Normally, the post just delivers my packages the next day. However, the post didn't come by today, and I am starting to wonder, if my Geekos ate my quiche. AITA? 😟`, - reboot_suggested: true, + reboot_suggested: true, + }, + fixes: { + 4815162342: 'Geekos unexpectedly eating quiches', + }, + cves: ['CVE-2024-35938'], }, packages: undefined, affectsPackageMaintanaceStack: false,