mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-14 14:11:35 +01:00
initial release
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# To change this template, choose Tools | Templates
|
||||
# and open the template in the editor.
|
||||
application.name=${pom.name}
|
||||
application.version=${pom.version}
|
||||
|
||||
index.cpe=store/cpe
|
||||
index.cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml
|
||||
index.cve=store/cve
|
||||
index.osvdb=store/osvdb
|
||||
cpe=store/cpe
|
||||
cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml
|
||||
cpe.downloadfrequency=1
|
||||
cve=store/cve
|
||||
osvdb=store/osvdb
|
||||
|
||||
file.extension.analyzer.association.jar=org.codesecure.dependencycheck.scanner.JarAnalyzer
|
||||
|
||||
@@ -20,7 +20,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
@version 1
|
||||
*#
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
@@ -274,7 +273,9 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
#set($cnt=0)
|
||||
#foreach($dependency in $dependencies)
|
||||
<h3 class="subsectionheader standardsubsection"><a name="$esc.html($dependency.FilePath)"></a>$esc.html($dependency.FileName)</h3>
|
||||
<div class="subsectioncontent">File Path: $esc.html($dependency.FilePath)
|
||||
<div class="subsectioncontent">File Path: $esc.html($dependency.FilePath)<br/>
|
||||
MD5: $esc.html($dependency.Md5sum)<br/>
|
||||
SHA1: $esc.html($dependency.Sha1sum)
|
||||
#set($cnt=$cnt+1)
|
||||
<h4 id="header$cnt" class="subsectionheader expandablesubsection white">Evidence</h4>
|
||||
<div id="content$cnt" class="subsectioncontent standardsubsection hidden">
|
||||
@@ -293,8 +294,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
Information for specific CVE entries for the idenfied CPE can be found <a href="http://web.nvd.nist.gov/view/vuln/search-results?cpe=$esc.url($cpevalue)" target="blank">here</a>.
|
||||
#* http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0838
|
||||
<a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=" target="blank">cve://a:/blah1.blah</a><br/>
|
||||
<a href="cve.mitre.org" target="blank">cve://a:/blah2.blah</a><br/>
|
||||
<a href="cve.mitre.org" target="blank">cve://a:/blah3.blah</a><br/>*#
|
||||
*#
|
||||
</div>
|
||||
#end
|
||||
#if($dependency.getCPEs().size()>1)
|
||||
@@ -310,7 +310,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
#end
|
||||
|
||||
#if($dependency.getCPEs().size()==0)
|
||||
<h4>No CPE Identifies were found for this dependency.</h4>
|
||||
<h4>No CPE Identifiers were found for this dependency.</h4>
|
||||
#end
|
||||
</div>
|
||||
#end
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user