mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -434,4 +434,11 @@
|
|||||||
<gav regex="true">^(?!com.thoughtworks).*xstream.*$</gav>
|
<gav regex="true">^(?!com.thoughtworks).*xstream.*$</gav>
|
||||||
<cpe>cpe:/a:x-stream:xstream</cpe>
|
<cpe>cpe:/a:x-stream:xstream</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
false positive per issue #582
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">^org\.glassfish\.jersey\.ext:jersey-proxy-client:.*$</gav>
|
||||||
|
<cpe>cpe:/a:oracle:oracle_client</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
@@ -644,8 +644,8 @@ Getting Help: <a href="https://groups.google.com/forum/#!forum/dependency-check"
|
|||||||
#end
|
#end
|
||||||
<td data-sort-value="$sortValue">
|
<td data-sort-value="$sortValue">
|
||||||
#set($sortValue="")
|
#set($sortValue="")
|
||||||
#foreach($id in $dependency.getIdentifiers())
|
|
||||||
#set($cpeSort=0)
|
#set($cpeSort=0)
|
||||||
|
#foreach($id in $dependency.getIdentifiers())
|
||||||
#if ($id.type=="maven")
|
#if ($id.type=="maven")
|
||||||
#if ($mavenlink=="" || !$mavenlink.url)
|
#if ($mavenlink=="" || !$mavenlink.url)
|
||||||
#set($mavenlink=$id)
|
#set($mavenlink=$id)
|
||||||
|
|||||||
Reference in New Issue
Block a user