mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-18 22:50:25 +02:00
version 1.4.0 documentation
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_31) on Sat Apr 09 20:12:44 EDT 2016 -->
|
||||
<!-- Generated by javadoc (1.8.0_92) on Thu Jun 16 06:48:25 EDT 2016 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Index (Dependency-Check Maven Plugin 1.3.6 API)</title>
|
||||
<meta name="date" content="2016-04-09">
|
||||
<title>Index (Dependency-Check Maven Plugin 1.4.0 API)</title>
|
||||
<meta name="date" content="2016-06-16">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
@@ -13,7 +13,7 @@
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Index (Dependency-Check Maven Plugin 1.3.6 API)";
|
||||
parent.document.title="Index (Dependency-Check Maven Plugin 1.4.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
@@ -118,8 +118,8 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#checkForFailure-java.util.List-">checkForFailure(List<Dependency>)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Checks to see if a vulnerability has been identified with a CVSS score that is above the threshold set in the
|
||||
configuration.</div>
|
||||
<div class="block">Checks to see if a vulnerability has been identified with a CVSS score
|
||||
that is above the threshold set in the configuration.</div>
|
||||
</dd>
|
||||
<dt><a href="org/owasp/dependencycheck/maven/CheckMojo.html" title="class in org.owasp.dependencycheck.maven"><span class="typeNameLink">CheckMojo</span></a> - Class in <a href="org/owasp/dependencycheck/maven/package-summary.html">org.owasp.dependencycheck.maven</a></dt>
|
||||
<dd>
|
||||
@@ -194,7 +194,9 @@
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#generate-org.codehaus.doxia.sink.Sink-java.util.Locale-">generate(Sink, Locale)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
|
||||
<div class="block"><span class="deprecationComment">use <a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#generate-org.apache.maven.doxia.sink.Sink-java.util.Locale-"><code>BaseDependencyCheckMojo.generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)</code></a> instead.</span></div>
|
||||
<div class="block"><span class="deprecationComment">use
|
||||
<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#generate-org.apache.maven.doxia.sink.Sink-java.util.Locale-"><code>BaseDependencyCheckMojo.generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)</code></a>
|
||||
instead.</span></div>
|
||||
</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#generate-org.apache.maven.doxia.sink.Sink-java.util.Locale-">generate(Sink, Locale)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
@@ -219,19 +221,23 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#getCorrectOutputDirectory--">getCorrectOutputDirectory()</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being executed or not.</div>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being
|
||||
executed or not.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#getCorrectOutputDirectory-org.apache.maven.project.MavenProject-">getCorrectOutputDirectory(MavenProject)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being executed or not.</div>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being
|
||||
executed or not.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#getDataFile-org.apache.maven.project.MavenProject-">getDataFile(MavenProject)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being executed or not.</div>
|
||||
<div class="block">Returns the correct output directory depending on if a site is being
|
||||
executed or not.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#getDataFileContextKey--">getDataFileContextKey()</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Returns the key used to store the path to the data file that is saved by <code>writeDataFile()</code>.</div>
|
||||
<div class="block">Returns the key used to store the path to the data file that is saved by
|
||||
<code>writeDataFile()</code>.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/AggregateMojo.html#getDescendants-org.apache.maven.project.MavenProject-">getDescendants(MavenProject)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/AggregateMojo.html" title="class in org.owasp.dependencycheck.maven">AggregateMojo</a></dt>
|
||||
<dd>
|
||||
@@ -442,7 +448,8 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/slf4j/impl/StaticLoggerBinder.html#REQUESTED_API_VERSION">REQUESTED_API_VERSION</a></span> - Static variable in class org.slf4j.impl.<a href="org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
||||
<dd>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled against.</div>
|
||||
<div class="block">Declare the version of the SLF4J API this implementation is compiled
|
||||
against.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/Engine.html#resetFileTypeAnalyzers--">resetFileTypeAnalyzers()</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/Engine.html" title="class in org.owasp.dependencycheck.maven">Engine</a></dt>
|
||||
<dd>
|
||||
@@ -476,7 +483,8 @@
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#scanArtifacts-org.apache.maven.project.MavenProject-org.owasp.dependencycheck.maven.Engine-">scanArtifacts(MavenProject, Engine)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Scans the project's artifacts and adds them to the engine's dependency list.</div>
|
||||
<div class="block">Scans the project's artifacts and adds them to the engine's dependency
|
||||
list.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/slf4j/impl/StaticLoggerBinder.html#setLog-org.apache.maven.plugin.logging.Log-">setLog(Log)</a></span> - Method in class org.slf4j.impl.<a href="org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl">StaticLoggerBinder</a></dt>
|
||||
<dd>
|
||||
@@ -488,12 +496,14 @@
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html#showSummary-org.apache.maven.project.MavenProject-java.util.List-">showSummary(MavenProject, List<Dependency>)</a></span> - Method in class org.owasp.dependencycheck.maven.<a href="org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.html" title="class in org.owasp.dependencycheck.maven">BaseDependencyCheckMojo</a></dt>
|
||||
<dd>
|
||||
<div class="block">Generates a warning message listing a summary of dependencies and their associated CPE and CVE entries.</div>
|
||||
<div class="block">Generates a warning message listing a summary of dependencies and their
|
||||
associated CPE and CVE entries.</div>
|
||||
</dd>
|
||||
<dt><a href="org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl"><span class="typeNameLink">StaticLoggerBinder</span></a> - Class in <a href="org/slf4j/impl/package-summary.html">org.slf4j.impl</a></dt>
|
||||
<dd>
|
||||
<div class="block">The binding of org.slf4j.LoggerFactory class with an actual instance of org.slf4j.ILoggerFactory is performed using information
|
||||
returned by this class.</div>
|
||||
<div class="block">The binding of org.slf4j.LoggerFactory class with an actual instance of
|
||||
org.slf4j.ILoggerFactory is performed using information returned by this
|
||||
class.</div>
|
||||
</dd>
|
||||
</dl>
|
||||
<a name="I:T">
|
||||
|
||||
Reference in New Issue
Block a user