mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-22 00:59:55 +01:00
Fixed affected projects not appearing in some views
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
@dependencyDetailsInner(
|
||||
depPrefix = depPrefix,
|
||||
selectorOption = selectorOption,
|
||||
dep = dep
|
||||
dep = dep,
|
||||
showAffectedProjects = true
|
||||
)
|
||||
}
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
@(depPrefix: String, dep: GroupedDependency, selectorOption: Option[String], showAffectedProjects: Boolean = false, expandVulnerabilities: Boolean = false, vulnerabilitySearch: Boolean = true)
|
||||
@(depPrefix: String, dep: GroupedDependency, selectorOption: Option[String], showAffectedProjects: Boolean, expandVulnerabilities: Boolean = false, vulnerabilitySearch: Boolean = true)
|
||||
|
||||
@if(vulnerabilitySearch){
|
||||
@vulnerableSoftwareSearches(dep) match {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@(dep: GroupedDependency, selectorOption: Option[String])(implicit req: DefaultRequest, messages: Messages, mainTemplateData: MainTemplateData)
|
||||
@main("Library details"){
|
||||
@libraryIdentificationList(dep, None, addLink = false, addButtons = false)
|
||||
@dependencyDetailsInner(depPrefix = "library-single-", dep = dep, selectorOption = selectorOption)
|
||||
@dependencyDetailsInner(depPrefix = "library-single-", dep = dep, selectorOption = selectorOption, showAffectedProjects = true)
|
||||
}
|
||||
Reference in New Issue
Block a user