mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
version 1.2.9 of 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 2015-03-06
|
||||
| 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="20150306" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-ant - Configuration</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="../../../../../../target/site/1.2.9/#" 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: 2015-03-06</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.2.7
|
||||
Version: 1.2.9
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -103,7 +103,7 @@
|
||||
<a href="#"><i class="none"></i>Configuration</a>
|
||||
</li>
|
||||
<li class="nav-header">Project Documentation</li>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="project-info.html" title="Project Information">
|
||||
@@ -339,22 +339,31 @@
|
||||
|
||||
<td>jarAnalyzer </td>
|
||||
|
||||
<td>Sets whether Jar Analyzer will be used. </td>
|
||||
<td>Sets whether the Jar Analyzer will be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>nexusAnalyzerEnabled </td>
|
||||
<td>centralAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether Nexus Analyzer will be used. </td>
|
||||
<td>Sets whether the Central Analyzer will be used. <b>Disabling this analyzer is not recommended as it could lead to false negatives (e.g. libraries that have vulnerabilities may not be reported correctly).</b> If this analyzer is being disabled there is a good chance you also want to disable the Nexus Analyzer (see below). </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>nexusAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether Nexus Analyzer will be used. This analyzer is superceded by the Central Analyzer; however, you can configure this to run against a Nexus Pro installation. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>nexusUrl </td>
|
||||
|
||||
<td>Defines the Nexus Pro URL. If not set the Nexus Analyzer will be disabled. </td>
|
||||
@@ -362,7 +371,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>nexusUsesProxy </td>
|
||||
|
||||
@@ -371,7 +380,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>nuspecAnalyzerEnabled </td>
|
||||
|
||||
@@ -380,7 +389,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>assemblyAnalyzerEnabled </td>
|
||||
|
||||
@@ -389,7 +398,7 @@
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>pathToMono </td>
|
||||
|
||||
@@ -516,7 +525,7 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p >Copyright © 2012–2014
|
||||
<p >Copyright © 2012–2015
|
||||
<a href="http://www.owasp.org">OWASP</a>.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user