mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 17:41:50 +01:00
Added new ODC scans for Java libraries. Those can scan even transitive dependencies and can be run before adding a new library to a project.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
@filter = @{projectsOption.flatMap(_._1.selectorString)}
|
||||
<li><a href="@routes.Statistics.vulnerableLibraries(filter)">Vulnerable libraries</a></li>
|
||||
<li><a href="@routes.Statistics.vulnerabilities(filter, None)">Vulnerabilities</a></li>
|
||||
<li><a href="@routes.LibraryAdvisor.index()">Scan library</a></li>
|
||||
<li><a href="@routes.Notifications.listProjects(filter)">Notifications</a></li>
|
||||
<li><a href="@routes.Application.index(Map())">Status</a></li>
|
||||
<li><a href="#" data-toggle="collapse" data-target=".extended-menu">…</a></li>
|
||||
|
||||
Reference in New Issue
Block a user