mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-24 19:35:16 +01:00
updated documentation for version 1.0.2
This commit is contained in:
34
modules.html
34
modules.html
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2013-08-07
|
||||
| Generated by Apache Maven Doxia at 2013-09-02
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.0
|
||||
-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20130807" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20130902" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check - Project Modules</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
|
||||
@@ -62,8 +62,8 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right">Last Published: 2013-08-07</li> <li class="divider pull-right">|</li>
|
||||
<li id="projectVersion" class="pull-right">Version: 1.0.1</li>
|
||||
<li id="publishDate" class="pull-right">Last Published: 2013-09-02</li> <li class="divider pull-right">|</li>
|
||||
<li id="projectVersion" class="pull-right">Version: 1.0.2</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -150,24 +150,31 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-cli/index.html" title="dependency-check-cli">
|
||||
<a href="dependency-check-cli/installation.html" title="dependency-check-cli">
|
||||
<i class="none"></i>
|
||||
dependency-check-cli</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-ant/index.html" title="dependency-check-ant">
|
||||
<a href="dependency-check-ant/installation.html" title="dependency-check-ant">
|
||||
<i class="none"></i>
|
||||
dependency-check-ant</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-maven/index.html" title="dependency-check-maven">
|
||||
<a href="dependency-check-maven/usage.html" title="dependency-check-maven">
|
||||
<i class="none"></i>
|
||||
dependency-check-maven</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-jenkins/index.html" title="dependency-check-jenkins">
|
||||
<i class="none"></i>
|
||||
dependency-check-jenkins</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -205,17 +212,20 @@
|
||||
<th>Name</th>
|
||||
<th>Description</th></tr>
|
||||
<tr class="b">
|
||||
<td><a href="dependency-check-core/index.html">dependency-check-core</a></td>
|
||||
<td><a href="dependency-check-core/index.html">Dependency-Check Core</a></td>
|
||||
<td>-</td></tr>
|
||||
<tr class="a">
|
||||
<td><a href="dependency-check-cli/index.html">dependency-check-cli</a></td>
|
||||
<td><a href="dependency-check-cli/index.html">Dependency-Check Command Line</a></td>
|
||||
<td>Dependency-Check-Maven is a Maven Plugin that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.</td></tr>
|
||||
<tr class="b">
|
||||
<td><a href="dependency-check-ant/index.html">dependency-check-ant</a></td>
|
||||
<td><a href="dependency-check-ant/index.html">Dependency-Check Ant Task</a></td>
|
||||
<td>Dependency-check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.</td></tr>
|
||||
<tr class="a">
|
||||
<td><a class="externalLink" href="http://maven.apache.org/index.html">dependency-check-maven</a></td>
|
||||
<td>Dependency-Check-Maven is a Maven Plugin that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.</td></tr></table></div>
|
||||
<td><a class="externalLink" href="http://maven.apache.org/index.html">Dependency-Check Maven Plugin</a></td>
|
||||
<td>Dependency-Check-Maven is a Maven Plugin that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries.</td></tr>
|
||||
<tr class="b">
|
||||
<td><a class="externalLink" href="http://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin/index.html">Dependency-Check Jenkins Plugin</a></td>
|
||||
<td>This plug-in can independently execute a Dependency-Check analysis and visualize the results.</td></tr></table></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user