mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-06 07:03:56 +02:00
version 1.2.8 of the site documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2014-12-07
|
||||
| Generated by Apache Maven Doxia at 2014-12-28
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.1
|
||||
-->
|
||||
<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="20141207" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20141228" />
|
||||
<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" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.2.7/#" title="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.2.8/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-12-07</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-12-28</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.2.7
|
||||
Version: 1.2.8
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -159,7 +159,7 @@
|
||||
<div class="section">
|
||||
<div class="section">
|
||||
<h3>Example 1:<a name="Example_1:"></a></h3>
|
||||
<p>Create the DependencyCheck-report.html in the target directory</p>
|
||||
<p>Create the DependencyCheck-report.html in the target directory.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
@@ -171,7 +171,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -189,7 +189,7 @@
|
||||
</pre></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 2:<a name="Example_2:"></a></h3>
|
||||
<p>Create an aggregated dependency-check report within the site</p>
|
||||
<p>Create an aggregated dependency-check report within the site.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
@@ -202,14 +202,11 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
</configuration>
|
||||
<version>1.2.8</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>check</report>
|
||||
<report>aggregate</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
@@ -224,7 +221,7 @@
|
||||
</pre></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 3:<a name="Example_3:"></a></h3>
|
||||
<p>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8</p>
|
||||
<p>Create the DependencyCheck-report.html and fail the build for CVSS greater then 8.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
@@ -236,7 +233,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.8</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
</configuration>
|
||||
@@ -257,7 +254,7 @@
|
||||
</pre></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 4:<a name="Example_4:"></a></h3>
|
||||
<p>Create the DependencyCheck-report.html and skip artifacts not bundled in distribution (Provided and Runtime scope)</p>
|
||||
<p>Create the DependencyCheck-report.html and skip artifacts not bundled in distribution (Provided and Runtime scope).</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
@@ -269,7 +266,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.8</version>
|
||||
<configuration>
|
||||
<skipProvidedScope>true</skipProvidedScope>
|
||||
<skipRuntimeScope>true</skipRuntimeScope>
|
||||
@@ -291,7 +288,7 @@
|
||||
</pre></div></div>
|
||||
<div class="section">
|
||||
<h3>Example 5:<a name="Example_5:"></a></h3>
|
||||
<p>Create the DependencyCheck-report.html and use internal mirroring of CVE contents</p>
|
||||
<p>Create the DependencyCheck-report.html and use internal mirroring of CVE contents.</p>
|
||||
|
||||
<div class="source">
|
||||
<pre><project>
|
||||
@@ -303,7 +300,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>1.2.7</version>
|
||||
<version>1.2.8</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>
|
||||
|
||||
Reference in New Issue
Block a user