mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
updated documentation
Former-commit-id: f4b200a38c5df345cd5714c4dbf624af57b40481
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* 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. However,
|
||||||
|
* we may consider pulling the more descriptive data from the CPE data in the future.
|
||||||
|
*/
|
||||||
|
package org.owasp.dependencycheck.data.update.cpe;
|
||||||
@@ -1,8 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* Contains classes used to parse the NVD CVE XML file.<br/><br/>
|
* Contains classes used to download, parse, and load the NVD CVE data from NIST into the local database.<br/><br/>
|
||||||
*
|
|
||||||
* The basic use is that the Importer is called to import an NVD CVE file. The Importer instantiates an Indexer object (which
|
|
||||||
* extends Index). The Indexer creates a partial-unmarshalling SAX parser (implemented in the NvdCveXmlFilter) that extracts
|
|
||||||
* VulnerabilityTypes (aka Entry) from the NVD CVE data file and stores these into a Lucene Index.
|
|
||||||
*/
|
*/
|
||||||
package org.owasp.dependencycheck.data.update.nvd;
|
package org.owasp.dependencycheck.data.update.nvd;
|
||||||
|
|||||||
Reference in New Issue
Block a user