mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-08 08:04:22 +02:00
documentation v1.3.2
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2015-09-20
|
||||
| Generated by Apache Maven Doxia at 2015-11-28
|
||||
| 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="20150920" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20151128" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-ant – Configuration</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../target/site/1.3.1/#" title="">
|
||||
<a href="../../../../../../target/site/1.3.2/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-09-20</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-11-28</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -206,24 +206,15 @@
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>projectName </td>
|
||||
<td>cveValidForHours </td>
|
||||
|
||||
<td>The name of the project being scanned. </td>
|
||||
<td>Sets the number of hours to wait before checking for new updates from the NVD </td>
|
||||
|
||||
<td>Dependency-Check</td>
|
||||
<td>4</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>reportOutputDirectory </td>
|
||||
|
||||
<td>The location to write the report(s). Note, this is not used if generating the report as part of a <tt>mvn site</tt> build </td>
|
||||
|
||||
<td>‘target’</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>failBuildOnCVSS </td>
|
||||
|
||||
<td>Specifies if the build should be failed if a CVSS score above a specified level is identified. The default is 11 which means since the CVSS scores are 0-10, by default the build will never fail. </td>
|
||||
@@ -231,6 +222,15 @@
|
||||
<td>11</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>projectName </td>
|
||||
|
||||
<td>The name of the project being scanned. </td>
|
||||
|
||||
<td>Dependency-Check</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>reportFormat </td>
|
||||
@@ -242,6 +242,15 @@
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>reportOutputDirectory </td>
|
||||
|
||||
<td>The location to write the report(s). Note, this is not used if generating the report as part of a <tt>mvn site</tt> build </td>
|
||||
|
||||
<td>‘target’</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>suppressionFile </td>
|
||||
|
||||
<td>The file path to the XML suppression file - used to suppress <a href="../general/suppression.html">false positives</a> </td>
|
||||
@@ -249,7 +258,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>proxyServer </td>
|
||||
|
||||
@@ -258,7 +267,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>proxyPort </td>
|
||||
|
||||
@@ -267,7 +276,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>proxyUsername </td>
|
||||
|
||||
@@ -276,7 +285,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>proxyPassword </td>
|
||||
|
||||
@@ -285,7 +294,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>connectionTimeout </td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user