Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bloihl
2016-10-04 09:45:01 -07:00
2 changed files with 8 additions and 1 deletions

View File

@@ -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>

View File

@@ -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)