Ninette Adhikari
7fe66f781e
cve-report: Reformat txt recipe list per branch
...
Yocto gathers the amount of CVEs per branch at the top of their metrics view.
However, the presentation of this information is not descriptive enough and it’s spread across several files.
This change adds collapsible, nested lists to show all cve information.
Show current CVE count per release,
parse txt files with CVE lists to group them by project and display their total CVE count.
Inline this data on the matrics-page in details elements so there’s no need to navigate away.
The current output includes the count of cve's and the cve-urls. No data is lost here, it looks like:
CVE counts by recipes:
linux-yocto: 134
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-1999-0524
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-1999-0656
...
bluez5: 2
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3563
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3637
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-04-25 14:43:54 +01:00