-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display CVEs and fixes in the advisory details page (#2735)
* Display fixes in advisory details page * Fix off-by-one bug in iteration * Display CVEs, update and add tests * Update CVE factory * Make upgradable packages less flaky 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. * Accept suggested changes by Jamie and Alessio Thanks for taking the time to review my PR * Fix factories --------- Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com>
- Loading branch information
1 parent
2423563
commit a7980e0
Showing
5 changed files
with
133 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters