mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-26 11:02:08 +01:00
Added suppressed vulnerabilities to statistics
This commit is contained in:
@@ -202,6 +202,7 @@ class Statistics @Inject() (
|
||||
Future.successful(Ok(views.html.statistics.vulnerableLibraries(
|
||||
projectsWithSelection = selection.projectsWithSelection,
|
||||
vulnerableDependencies = reports.vulnerableDependencies,
|
||||
dependenciesWithSuppressedVulnerabilitiesOnlyCount = reports.suppressedOnlyDependencies.size,
|
||||
allDependenciesCount = reports.groupedDependencies.size,
|
||||
reports = reports
|
||||
)))
|
||||
|
||||
Reference in New Issue
Block a user