documentation version 1.2.10

This commit is contained in:
Jeremy Long
2015-04-13 17:43:19 -04:00
parent 480a05c798
commit 9194a42c93
1126 changed files with 34228 additions and 29019 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-03-06
| Generated by Apache Maven Doxia at 2015-04-12
| 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="20150306" />
<meta name="Date-Revision-yyyymmdd" content="20150412" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-ant - Installation</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -19,7 +19,7 @@
<style type="text/css">#bannerLeft { margin-top:50px !important }</style>
<style type="text/css">#bannerLeft { margin-top:-20px;margin-bottom:5px !important }</style>
</head>
<body class="topBarDisabled">
@@ -42,7 +42,7 @@
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>dependency-check-ant</h2>
<img src="images/dc-ant.svg" alt="OWASP dependency-check-ant"/>
</div>
</div>
<div class="pull-right"> </div>
@@ -54,7 +54,7 @@
<li class="">
<a href="../../../../../../target/site/1.2.9/#" title="">
<a href="../../../../../../target/site/1.2.10/#" title="">
</a>
<span class="divider">/</span>
</li>
@@ -67,9 +67,9 @@
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-03-06</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-04-12</li>
<li id="projectVersion" class="pull-right">
Version: 1.2.9
Version: 1.2.10
</li>
</ul>
@@ -160,7 +160,7 @@
<div id="bodyColumn" class="span9" >
<h1>Installation</h1>
<p>Download dependency-check-ant from <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.9.jar">bintray here</a>. To install dependency-check-ant place the dependency-check-ant-1.2.9.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target:</p>
<p>Download dependency-check-ant from <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.10.jar">bintray here</a>. To install dependency-check-ant place the dependency-check-ant-1.2.10.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target:</p>
<div class="source">
<pre>&lt;taskdef name=&quot;dependency-check&quot; classname=&quot;org.owasp.dependencycheck.taskdefs.DependencyCheckTask&quot;/&gt;
@@ -169,7 +169,7 @@
<div class="source">
<pre>&lt;taskdef name=&quot;dependency-check&quot; classname=&quot;org.owasp.dependencycheck.taskdefs.DependencyCheckTask&quot;&gt;
&lt;classpath path=&quot;[path]/[to]/dependency-check-ant-1.2.9.jar&quot;/&gt;
&lt;classpath path=&quot;[path]/[to]/dependency-check-ant-1.2.10.jar&quot;/&gt;
&lt;/taskdef&gt;
</pre></div>
<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>