mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 17:47:05 +01:00
documentation v1.3.1
This commit is contained in:
@@ -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 – 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 & 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 ‘bin’ 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 ‘bin’ 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 "My App Name" --scan "c:\java\application\lib"
|
||||
<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 "My App Name" --scan "/java/application/lib"
|
||||
</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 "My App Name" --scan "c:\java\application\lib"
|
||||
</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 "My App Name" --scan "/java/application/lib"
|
||||
</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 © 2012–2015
|
||||
<p >Copyright © 2012–2015
|
||||
<a href="http://www.owasp.org">OWASP</a>.
|
||||
All rights reserved.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user