mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 15:24:13 +01:00
version 1.3.0 documentation
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Mon May 11 20:40:26 EDT 2015 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_71) on Tue Aug 04 20:22:44 EDT 2015 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Overview (Dependency-Check Core 1.2.11 API)</title>
|
||||
<meta name="date" content="2015-05-11">
|
||||
<title>Overview (Dependency-Check Core 1.3.0 API)</title>
|
||||
<meta name="date" content="2015-08-04">
|
||||
<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="Overview (Dependency-Check Core 1.2.11 API)";
|
||||
parent.document.title="Overview (Dependency-Check Core 1.3.0 API)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
@@ -64,7 +64,7 @@
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="header">
|
||||
<h1 class="title">Dependency-Check Core 1.2.11 API</h1>
|
||||
<h1 class="title">Dependency-Check Core 1.3.0 API</h1>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
|
||||
@@ -155,23 +155,23 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="org/owasp/dependencycheck/data/update/cpe/package-summary.html">org.owasp.dependencycheck.data.update.cpe</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Contains classes used to parse the CPE XML file from NIST.<br/><br/>
|
||||
|
||||
These classes are not used as they add no value over the existing CPE data contained within the CVE data from the NVD.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="org/owasp/dependencycheck/data/update/exception/package-summary.html">org.owasp.dependencycheck.data.update.exception</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A collection of exception classes used within the application.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="org/owasp/dependencycheck/data/update/task/package-summary.html">org.owasp.dependencycheck.data.update.task</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">A collection of callable/runnable tasks used to speed up the update process.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="org/owasp/dependencycheck/data/update/xml/package-summary.html">org.owasp.dependencycheck.data.update.xml</a></td>
|
||||
<td class="colFirst"><a href="org/owasp/dependencycheck/data/update/nvd/package-summary.html">org.owasp.dependencycheck.data.update.nvd</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Contains classes used to parse the NVD CVE XML file.<br/><br/>
|
||||
|
||||
The basic use is that the Importer is called to import an NVD CVE file.</div>
|
||||
<div class="block">Contains classes used to download, parse, and load the NVD CVE data from NIST into the local database.<br/><br/></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
|
||||
Reference in New Issue
Block a user