mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
version 1.1.0
This commit is contained in:
@@ -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><project>
|
||||
<build>
|
||||
@@ -150,7 +154,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -166,6 +170,9 @@
|
||||
...
|
||||
</project>
|
||||
</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><project>
|
||||
@@ -175,7 +182,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.1.0</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
</configuration>
|
||||
@@ -194,6 +201,9 @@
|
||||
...
|
||||
</project>
|
||||
</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><project>
|
||||
@@ -208,7 +218,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.1.0</version>
|
||||
<configuration>
|
||||
<externalReport>false</externalReport>
|
||||
</configuration>
|
||||
@@ -222,7 +232,7 @@
|
||||
</build>
|
||||
...
|
||||
</project>
|
||||
</pre></div>
|
||||
</pre></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user