updated package info

Former-commit-id: 725b6e993da523367edfa3995729fee4e342e037
This commit is contained in:
Jeremy Long
2014-01-11 12:41:30 -05:00
parent 12938df375
commit 31af15d267

View File

@@ -5,14 +5,12 @@
* </head>
* <body>
* <p>Contains classes used to parse the NVD CVE XML file.</p>
* <p>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.</p>
* <p>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.</p>
* </body>
* </html>
*/
package org.owasp.dependencycheck.data.update;
*/
package org.owasp.dependencycheck.data.update.xml;