version 1.1.0

This commit is contained in:
Jeremy Long
2014-01-26 11:51:55 -05:00
parent 034dd03d2d
commit 8c53925bd7
1007 changed files with 55095 additions and 53038 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-01-16
| Generated by Apache Maven Doxia at 2014-01-26
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<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="20140116" />
<meta name="Date-Revision-yyyymmdd" content="20140126" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-maven - Usage</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -54,7 +54,7 @@
<li class="">
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.0.8/#" title="">
<a href="../../../../../../target/site/1.1.0/#" title="">
</a>
</li>
<li class="divider ">/</li>
@@ -67,8 +67,8 @@
<li id="publishDate" class="pull-right">Last Published: 2014-01-16</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 1.0.8</li>
<li id="publishDate" class="pull-right">Last Published: 2014-01-26</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 1.1.0</li>
</ul>
</div>
@@ -142,6 +142,10 @@
<p>It is important to understand that the first time this task is executed it may take 20 minutes or more as it downloads and processes the data from the National Vulnerability Database (NVD) hosted by NIST: <a class="externalLink" href="https://nvd.nist.gov">https://nvd.nist.gov</a></p>
<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>Create the DependencyCheck-report.html in the target directory<a name="Create_the_DependencyCheck-report.html_in_the_target_directory"></a></h3>
<div class="source">
<pre>&lt;project&gt;
&lt;build&gt;
@@ -150,7 +154,7 @@
&lt;plugin&gt;
&lt;groupId&gt;org.owasp&lt;/groupId&gt;
&lt;artifactId&gt;dependency-check-maven&lt;/artifactId&gt;
&lt;version&gt;1.0.8&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;goals&gt;
@@ -166,6 +170,9 @@
...
&lt;/project&gt;
</pre></div>
</div>
<div class="section">
<h3>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8<a name="Create_the_DependencyCheck-report.html_and_fail_the_build_for_CVSS_greater_then_8"></a></h3>
<div class="source">
<pre>&lt;project&gt;
@@ -175,7 +182,7 @@
&lt;plugin&gt;
&lt;groupId&gt;org.owasp&lt;/groupId&gt;
&lt;artifactId&gt;dependency-check-maven&lt;/artifactId&gt;
&lt;version&gt;1.0.8&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;configuration&gt;
&lt;failBuildOnCVSS&gt;8&lt;/failBuildOnCVSS&gt;
&lt;/configuration&gt;
@@ -194,6 +201,9 @@
...
&lt;/project&gt;
</pre></div>
</div>
<div class="section">
<h3>Create the dependency-check report within the site<a name="Create_the_dependency-check_report_within_the_site"></a></h3>
<div class="source">
<pre>&lt;project&gt;
@@ -208,7 +218,7 @@
&lt;plugin&gt;
&lt;groupId&gt;org.owasp&lt;/groupId&gt;
&lt;artifactId&gt;dependency-check-maven&lt;/artifactId&gt;
&lt;version&gt;1.0.8&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;configuration&gt;
&lt;externalReport&gt;false&lt;/externalReport&gt;
&lt;/configuration&gt;
@@ -222,7 +232,7 @@
&lt;/build&gt;
...
&lt;/project&gt;
</pre></div>
</pre></div></div></div>
</div>
</div>
</div>