documentation update v1.4.4

This commit is contained in:
Jeremy Long
2016-11-05 09:41:16 -04:00
parent e1a447f722
commit a1b5e3f7b0
1217 changed files with 79708 additions and 51391 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-06
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-05
| Rendered using Apache Maven Fluido Skin 1.5
-->
<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="20160906" />
<meta name="Date-Revision-yyyymmdd" content="20161105" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-cli &#x2013; About</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -52,7 +52,7 @@
<ul class="breadcrumb">
<li class="">
<a href="../../../../../../target/site/1.4.3/#" title="">
<a href="../../../../../../target/site/1.4.4/#" title="">
</a>
<span class="divider">/</span>
</li>
@@ -64,9 +64,9 @@
<li class="active ">About</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-09-06</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-11-05</li>
<li id="projectVersion" class="pull-right">
Version: 1.4.3
Version: 1.4.4
</li>
</ul>
@@ -147,11 +147,7 @@
<h1>About</h1>
<p>OWASP 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.</p>
<h1>Installation &amp; Usage</h1>
<p>Download the dependency-check command line tool <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.4.3-release.zip">here</a>. Extract the zip file to a location on your computer and put the &#x2018;bin&#x2019; directory into the path environment variable. On *nix systems you will likely need to make the shell script executable:</p>
<div class="source">
<div class="source"><pre class="prettyprint linenums">$ chmod +777 dependency-check.sh
</pre></div></div>
<p>Download the dependency-check command line tool <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.4.4-release.zip">here</a>. Extract the zip file to a location on your computer and put the &#x2018;bin&#x2019; directory into the path environment variable.</p>
<div class="section">
<div class="section">
<h3><a name="Homebrew"></a>Homebrew</h3>