documentation v1.3.2

This commit is contained in:
Jeremy Long
2015-11-29 07:44:14 -05:00
parent 191c5fae56
commit a426de69cd
1220 changed files with 51071 additions and 40455 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-09-20
| Generated by Apache Maven Doxia at 2015-11-28
| Rendered using Apache Maven Fluido Skin 1.4
-->
<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="20150920" />
<meta name="Date-Revision-yyyymmdd" content="20151128" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-cli &#x2013; About</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -54,7 +54,7 @@
<li class="">
<a href="../../../../../../target/site/1.3.1/#" title="">
<a href="../../../../../../target/site/1.3.2/#" title="">
</a>
<span class="divider">/</span>
</li>
@@ -67,9 +67,9 @@
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-09-20</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-11-28</li>
<li id="projectVersion" class="pull-right">
Version: 1.3.1
Version: 1.3.2
</li>
</ul>
@@ -155,7 +155,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.3.1-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>
<p>Download the dependency-check command line tool <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.3.2-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
@@ -173,13 +173,13 @@
<h3><a name="Windows"></a>Windows</h3>
<div class="source">
<div class="source"><pre class="prettyprint linenums">dependency-check.bat --app &quot;My App Name&quot; --scan &quot;c:\java\application\lib&quot;
<div class="source"><pre class="prettyprint linenums">dependency-check.bat --project &quot;My App Name&quot; --scan &quot;c:\java\application\lib&quot;
</pre></div></div></div>
<div class="section">
<h3><a name="anix"></a>*nix</h3>
<div class="source">
<div class="source"><pre class="prettyprint linenums">dependency-check.sh --app &quot;My App Name&quot; --scan &quot;/java/application/lib&quot;
<div class="source"><pre class="prettyprint linenums">dependency-check.sh --project &quot;My App Name&quot; --scan &quot;/java/application/lib&quot;
</pre></div></div>
<p>To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run:</p></div>
<div class="section">