mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-11 09:30:05 +02:00
version 1.2.5 of the documentation
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Tue Aug 05 18:07:25 EDT 2014 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_45) on Tue Sep 16 05:39:50 EDT 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Serialized Form (Dependency-Check Core 1.2.4 API)</title>
|
||||
<meta name="date" content="2014-08-05">
|
||||
<title>Serialized Form (Dependency-Check Core 1.2.5 API)</title>
|
||||
<meta name="date" content="2014-09-16">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Serialized Form (Dependency-Check Core 1.2.4 API)";
|
||||
parent.document.title="Serialized Form (Dependency-Check Core 1.2.5 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -69,6 +69,30 @@
|
||||
<div class="serializedFormContainer">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h2 title="Package">Package org.owasp.dependencycheck</h2>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.Engine">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="org/owasp/dependencycheck/Engine.html" title="class in org.owasp.dependencycheck">org.owasp.dependencycheck.Engine</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="serializedForm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Serialized Fields</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockListLast">
|
||||
<h4>dependencies</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> dependencies</pre>
|
||||
<div class="block">The list of dependencies.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h2 title="Package">Package org.owasp.dependencycheck.analyzer.exception</h2>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.analyzer.exception.AnalysisException">
|
||||
@@ -206,6 +230,207 @@
|
||||
<li class="blockList">
|
||||
<h2 title="Package">Package org.owasp.dependencycheck.dependency</h2>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.dependency.Dependency">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="org/owasp/dependencycheck/dependency/Dependency.html" title="class in org.owasp.dependencycheck.dependency">org.owasp.dependencycheck.dependency.Dependency</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="serializedForm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Serialized Fields</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>actualFilePath</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> actualFilePath</pre>
|
||||
<div class="block">The actual file path of the dependency on disk.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>filePath</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> filePath</pre>
|
||||
<div class="block">The file path to display.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>fileName</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fileName</pre>
|
||||
<div class="block">The file name of the dependency.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>fileExtension</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fileExtension</pre>
|
||||
<div class="block">The file extension of the dependency.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>md5sum</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> md5sum</pre>
|
||||
<div class="block">The md5 hash of the dependency.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>sha1sum</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sha1sum</pre>
|
||||
<div class="block">The SHA1 hash of the dependency.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>identifiers</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> identifiers</pre>
|
||||
<div class="block">A list of Identifiers.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>vendorEvidence</h4>
|
||||
<pre><a href="org/owasp/dependencycheck/dependency/EvidenceCollection.html" title="class in org.owasp.dependencycheck.dependency">EvidenceCollection</a> vendorEvidence</pre>
|
||||
<div class="block">A collection of vendor evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>productEvidence</h4>
|
||||
<pre><a href="org/owasp/dependencycheck/dependency/EvidenceCollection.html" title="class in org.owasp.dependencycheck.dependency">EvidenceCollection</a> productEvidence</pre>
|
||||
<div class="block">A collection of product evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>versionEvidence</h4>
|
||||
<pre><a href="org/owasp/dependencycheck/dependency/EvidenceCollection.html" title="class in org.owasp.dependencycheck.dependency">EvidenceCollection</a> versionEvidence</pre>
|
||||
<div class="block">A collection of version evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>displayName</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> displayName</pre>
|
||||
<div class="block">The file name to display in reports.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>suppressedIdentifiers</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> suppressedIdentifiers</pre>
|
||||
<div class="block">A set of identifiers that have been suppressed.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>suppressedVulnerabilities</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>> suppressedVulnerabilities</pre>
|
||||
<div class="block">A set of vulnerabilities that have been suppressed.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>description</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
|
||||
<div class="block">The description of the JAR file.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>license</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> license</pre>
|
||||
<div class="block">The license that this dependency uses.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>vulnerabilities</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>> vulnerabilities</pre>
|
||||
<div class="block">A list of vulnerabilities for this dependency.</div>
|
||||
</li>
|
||||
<li class="blockListLast">
|
||||
<h4>relatedDependencies</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> relatedDependencies</pre>
|
||||
<div class="block">A collection of related dependencies.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.dependency.Evidence">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="org/owasp/dependencycheck/dependency/Evidence.html" title="class in org.owasp.dependencycheck.dependency">org.owasp.dependencycheck.dependency.Evidence</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="serializedForm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Serialized Fields</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>name</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
|
||||
<div class="block">The name of the evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>source</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source</pre>
|
||||
<div class="block">The source of the evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>value</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value</pre>
|
||||
<div class="block">The value of the evidence.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>used</h4>
|
||||
<pre>boolean used</pre>
|
||||
<div class="block">A value indicating if the Evidence has been "used" (aka read).</div>
|
||||
</li>
|
||||
<li class="blockListLast">
|
||||
<h4>confidence</h4>
|
||||
<pre><a href="org/owasp/dependencycheck/dependency/Confidence.html" title="enum in org.owasp.dependencycheck.dependency">Confidence</a> confidence</pre>
|
||||
<div class="block">The confidence level for the evidence.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.dependency.EvidenceCollection">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="org/owasp/dependencycheck/dependency/EvidenceCollection.html" title="class in org.owasp.dependencycheck.dependency">org.owasp.dependencycheck.dependency.EvidenceCollection</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="serializedForm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Serialized Fields</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>list</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> list</pre>
|
||||
<div class="block">A collection of evidence.</div>
|
||||
</li>
|
||||
<li class="blockListLast">
|
||||
<h4>weightedStrings</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> weightedStrings</pre>
|
||||
<div class="block">A collection of strings used to adjust Lucene's term weighting.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.dependency.Identifier">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Class <a href="org/owasp/dependencycheck/dependency/Identifier.html" title="class in org.owasp.dependencycheck.dependency">org.owasp.dependencycheck.dependency.Identifier</a> extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="serializedForm">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Serialized Fields</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>confidence</h4>
|
||||
<pre><a href="org/owasp/dependencycheck/dependency/Confidence.html" title="enum in org.owasp.dependencycheck.dependency">Confidence</a> confidence</pre>
|
||||
<div class="block">The confidence that this is the correct identifier.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>value</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value</pre>
|
||||
<div class="block">The value of the identifier</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>url</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
||||
<div class="block">The url for the identifier.</div>
|
||||
</li>
|
||||
<li class="blockList">
|
||||
<h4>type</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type</pre>
|
||||
<div class="block">The type of the identifier.</div>
|
||||
</li>
|
||||
<li class="blockListLast">
|
||||
<h4>description</h4>
|
||||
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
|
||||
<div class="block">A description of the identifier.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="blockList"><a name="org.owasp.dependencycheck.dependency.Reference">
|
||||
<!-- -->
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user