mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +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-maven - Usage</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
<title>dependency-check-maven – Usage</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>Usage</a>
|
||||
<a href="#"><span class="none"></span>Usage</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="configuration.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,7 +150,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div id="bodyColumn" class="span9" >
|
||||
<div id="bodyColumn" class="span10" >
|
||||
|
||||
<h1>Usage</h1>
|
||||
<p>Dependency-check-maven is very simple to utilize and can be used as a stand-alone plugin or as part of the site plugin.</p>
|
||||
@@ -158,11 +158,11 @@
|
||||
<p>After the first batch download, as long as the plugin is executed at least once every seven days the update will only take a few seconds.</p>
|
||||
<div class="section">
|
||||
<div class="section">
|
||||
<h3>Example 1:<a name="Example_1:"></a></h3>
|
||||
<h3><a name="Example_1:"></a>Example 1:</h3>
|
||||
<p>Create the DependencyCheck-report.html in the target directory.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<build>
|
||||
...
|
||||
@@ -171,7 +171,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -186,13 +186,13 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div>
|
||||
</pre></div></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 2:<a name="Example_2:"></a></h3>
|
||||
<h3><a name="Example_2:"></a>Example 2:</h3>
|
||||
<p>Create an aggregated dependency-check report within the site.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<reporting>
|
||||
...
|
||||
@@ -202,7 +202,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
@@ -218,13 +218,13 @@
|
||||
</reporting>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div>
|
||||
</pre></div></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 3:<a name="Example_3:"></a></h3>
|
||||
<h3><a name="Example_3:"></a>Example 3:</h3>
|
||||
<p>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<build>
|
||||
...
|
||||
@@ -233,7 +233,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
</configuration>
|
||||
@@ -251,13 +251,13 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div>
|
||||
</pre></div></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 4:<a name="Example_4:"></a></h3>
|
||||
<h3><a name="Example_4:"></a>Example 4:</h3>
|
||||
<p>Create the DependencyCheck-report.html and skip artifacts not bundled in distribution (Provided and Runtime scope).</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<build>
|
||||
...
|
||||
@@ -266,7 +266,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<configuration>
|
||||
<skipProvidedScope>true</skipProvidedScope>
|
||||
<skipRuntimeScope>true</skipRuntimeScope>
|
||||
@@ -285,13 +285,13 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div>
|
||||
</pre></div></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 5:<a name="Example_5:"></a></h3>
|
||||
<h3><a name="Example_5:"></a>Example 5:</h3>
|
||||
<p>Create the DependencyCheck-report.html and use internal mirroring of CVE contents.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<build>
|
||||
...
|
||||
@@ -300,7 +300,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<configuration>
|
||||
<cveUrl12Modified>http://internal-mirror.mycorp.com/downloads/nist/nvdcve-modified.xml</cveUrl12Modified>
|
||||
<cveUrl20Modified>http://internal-mirror.mycorp.com/downloads/nist/nvdcve-2.0-modified.xml</cveUrl20Modified>
|
||||
@@ -321,13 +321,13 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div>
|
||||
</pre></div></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 6:<a name="Example_6:"></a></h3>
|
||||
<h3><a name="Example_6:"></a>Example 6:</h3>
|
||||
<p>Update the local cache of the NVD data from NIST without analyzing the dependencies.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
<div class="source"><pre class="prettyprint linenums"><project>
|
||||
...
|
||||
<build>
|
||||
...
|
||||
@@ -336,7 +336,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -351,7 +351,7 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div></div></div>
|
||||
</pre></div></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -361,15 +361,14 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p >Copyright © 2013–2015
|
||||
<p >Copyright © 2013–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