documentation v1.3.1

This commit is contained in:
Jeremy Long
2015-09-20 07:41:29 -04:00
parent 4fd8873223
commit 191c5fae56
1456 changed files with 125936 additions and 63077 deletions

View File

@@ -1,21 +1,21 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-08-04
| Rendered using Apache Maven Fluido Skin 1.3.1
| Generated by Apache Maven Doxia at 2015-09-20
| 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="20150804" />
<meta name="Date-Revision-yyyymmdd" content="20150920" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-cli - About</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<title>dependency-check-cli &#x2013; About</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
<script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
@@ -29,7 +29,7 @@
<a href="http://github.com/jeremylong/DependencyCheck">
<a href="https://github.com/jeremylong/DependencyCheck">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
alt="Fork me on GitHub">
@@ -54,7 +54,7 @@
<li class="">
<a href="../../../../../../target/site/1.3.0/#" title="">
<a href="../../../../../../target/site/1.3.1/#" title="">
</a>
<span class="divider">/</span>
</li>
@@ -67,9 +67,9 @@
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-08-04</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-09-20</li>
<li id="projectVersion" class="pull-right">
Version: 1.3.0
Version: 1.3.1
</li>
</ul>
@@ -77,7 +77,7 @@
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
@@ -86,28 +86,28 @@
<li class="active">
<a href="#"><i class="none"></i>Installation</a>
<a href="#"><span class="none"></span>Installation</a>
</li>
<li>
<a href="arguments.html" title="Configuration">
<i class="none"></i>
<span class="none"></span>
Configuration</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<i class="icon-chevron-right"></i>
<span class="icon-chevron-right"></span>
Project Information</a>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
<span class="icon-chevron-right"></span>
Project Reports</a>
</li>
</ul>
@@ -150,43 +150,50 @@
</div>
<div id="bodyColumn" class="span9" >
<div id="bodyColumn" class="span10" >
<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.0-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.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>
<div class="source">
<pre>$ chmod +777 dependency-check.sh
</pre></div>
<p>To scan a folder on the system you can run:</p>
<div class="section">
<div class="section">
<h3>Windows<a name="Windows"></a></h3>
<div class="source">
<pre>dependency-check.bat --app &quot;My App Name&quot; --scan &quot;c:\java\application\lib&quot;
<div class="source"><pre class="prettyprint linenums">$ chmod +777 dependency-check.sh
</pre></div></div>
<div class="section">
<h3>*nix<a name="anix"></a></h3>
<div class="section">
<h3><a name="Homebrew"></a>Homebrew</h3>
<div class="source">
<pre>dependency-check.sh --app &quot;My App Name&quot; --scan &quot;/java/application/lib&quot;
</pre></div>
<div class="source"><pre class="prettyprint linenums">$ brew install dependency-check
</pre></div></div>
<p>This puts an executable <tt>dependency-check</tt> script in the <tt>/bin</tt> directory of your homebrew installation.</p>
<p>To scan a folder on the system you can run:</p></div>
<div class="section">
<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;
</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;
</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">
<h3>Windows<a name="Windows"></a></h3>
<h3><a name="Windows"></a>Windows</h3>
<div class="source">
<pre>dependency-check.bat --help
</pre></div></div>
<div class="section">
<h3>*nix<a name="anix"></a></h3>
<div class="source">
<pre>dependency-check.sh --help
<div class="source"><pre class="prettyprint linenums">dependency-check.bat --help
</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 --help
</pre></div></div></div></div>
</div>
</div>
</div>
@@ -196,15 +203,14 @@
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright &copy; 2012&#x2013;2015
<p >Copyright &copy; 2012&#x2013;2015
<a href="http://www.owasp.org">OWASP</a>.
All rights reserved.
</p>
</div>
</div>
</div>
</footer>
</body>