-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display CVEs and fixes in the advisory details page #2735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the very valuable points raised by @jamie-suse, a couple things more 👍
Good job!
The factory was using faker.company.buzzNoun() which I suspect has a small pool of words to pick from. Using words.noun() makes is less flaky in my experience.
Thanks for taking the time to review my PR
be87485
to
da74eed
Compare
Just rebased it against main and verified it working with @jamie-suse their patches :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This MR displays the fixes and CVEs in the advisory details view
How was this tested?
The new Jest tests ensure that there is always a link to the corresponding Bugzilla issue. Furthermore it updates the other tests to follow the new component API
Did you update the documentation?
This MR does not require any changes to the existing documentation