mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-04 14:43:51 -09:00
When I initially made the CVE cells collapsible, I neglected to count the unsure CVEs. This patch adds unsure CVEs to the cell collapsing calcualation to ensure that cells with lots of unsure CVEs actually get collapsed. This patch also removes the "+ 1" from the cve_total calculation, which fixes the cve_total being off-by-one. I'm not sure *why* I did that in the first place. demo: https://sen-h.codeberg.page/pkg-stats-demos/@pages/add-unsure_cves-to-cve_total-calc.html Signed-off-by: Sen Hastings <sen@hastings.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>