Skip to content

Commit

Permalink
Fix advisory details story
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jul 8, 2024
1 parent 06757fd commit d935c0f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions assets/js/pages/AdvisoryDetails/AdvisoryDetails.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d935c0f

Please sign in to comment.