Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix advisory details story (#2755)
Browse files Browse the repository at this point in the history
dottorblaster authored and balanza committed Jul 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 63c0361 commit e9ed9d3
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
@@ -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,

0 comments on commit e9ed9d3

Please sign in to comment.