mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 16:46:55 +01:00
version 1.2.4 of site documentation
This commit is contained in:
55
modules.html
55
modules.html
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2014-06-27
|
||||
| Generated by Apache Maven Doxia at 2014-08-05
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.1
|
||||
-->
|
||||
<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="20140627" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20140805" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check - Project Modules</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-06-27</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-08-05</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -143,6 +143,20 @@
|
||||
</li>
|
||||
<li class="nav-header">General</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="internals.html" title="How it Works">
|
||||
<i class="none"></i>
|
||||
How it Works</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="thereport.html" title="Reading the Report">
|
||||
<i class="none"></i>
|
||||
Reading the Report</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="suppression.html" title="False Positives">
|
||||
@@ -208,13 +222,6 @@
|
||||
</li>
|
||||
<li class="nav-header">Modules</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-core/index.html" title="dependency-check-core">
|
||||
<i class="none"></i>
|
||||
dependency-check-core</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-cli/installation.html" title="dependency-check-cli">
|
||||
@@ -242,6 +249,20 @@
|
||||
<i class="none"></i>
|
||||
dependency-check-jenkins</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-core/index.html" title="dependency-check-core">
|
||||
<i class="none"></i>
|
||||
dependency-check-core</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="dependency-check-utils/index.html" title="dependency-check-utils">
|
||||
<i class="none"></i>
|
||||
dependency-check-utils</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -293,22 +314,22 @@
|
||||
<th>Description</th></tr>
|
||||
<tr class="b">
|
||||
<td><a href="dependency-check-core/index.html">Dependency-Check Core</a></td>
|
||||
<td>dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.</td></tr>
|
||||
<td>dependency-check-core is the engine and reporting tool used to identify and report if there are any known, publicly disclosed vulnerabilities in the scanned project's dependencies. The engine extracts meta-data from the dependencies and uses this to do fuzzy key-word matching against the Common Platfrom Enumeration (CPE), if any CPE identifiers are found the associated Common Vulnerability and Exposure (CVE) entries are added to the generated report.</td></tr>
|
||||
<tr class="a">
|
||||
<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>
|
||||
<td>dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies. The tool will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.</td></tr>
|
||||
<tr class="b">
|
||||
<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>
|
||||
<td>dependency-check-ant is an Ant Task that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The task will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.</td></tr>
|
||||
<tr class="a">
|
||||
<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>
|
||||
<td>dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (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>
|
||||
<td>dependency-check-jenkins is a Jenkins plugin that runs dependency-check-core on a project to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries. This module is simply a placeholder and does not contain the actual plugin source code. The source code and distribution of the plugin is handled via https://github.com/jenkinsci/dependency-check-jenkins and Jenkin's plugin management.</td></tr>
|
||||
<tr class="a">
|
||||
<td><a href="dependency-check-utils/index.html">Dependency-Check Utils</a></td>
|
||||
<td>Dependency-check-utils a collection of common utlity classes used within dependency-check.</td></tr></table></div>
|
||||
<td>dependency-check-utils is a collection of common utlity classes used within dependency-check that might be useful in other projects.</td></tr></table></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user