mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
resolve issue #377
This commit is contained in:
@@ -578,6 +578,7 @@ arising out of or in connection with the use of this tool, the analysis performe
|
|||||||
<td data-sort-value="$sortValue">
|
<td data-sort-value="$sortValue">
|
||||||
#set($sortValue="")
|
#set($sortValue="")
|
||||||
#foreach($id in $dependency.getIdentifiers())
|
#foreach($id in $dependency.getIdentifiers())
|
||||||
|
#set($cpeSort=0)
|
||||||
#if ($id.type=="maven")
|
#if ($id.type=="maven")
|
||||||
#if ($mavenlink=="" || !$mavenlink.url)
|
#if ($mavenlink=="" || !$mavenlink.url)
|
||||||
#set($mavenlink=$id)
|
#set($mavenlink=$id)
|
||||||
@@ -591,7 +592,6 @@ arising out of or in connection with the use of this tool, the analysis performe
|
|||||||
#else
|
#else
|
||||||
$enc.html($id.value)
|
$enc.html($id.value)
|
||||||
#end
|
#end
|
||||||
#set($cpeSort=0)
|
|
||||||
#if ($cpeIdConf == "")
|
#if ($cpeIdConf == "")
|
||||||
#set($cpeIdConf=$id.confidence)
|
#set($cpeIdConf=$id.confidence)
|
||||||
#set($cpeSort=$id.confidence.ordinal())
|
#set($cpeSort=$id.confidence.ordinal())
|
||||||
|
|||||||
Reference in New Issue
Block a user