public class KnownExploitedVulnerabilityParser
extends java.lang.Object
| Constructor and Description |
|---|
KnownExploitedVulnerabilityParser() |
| Modifier and Type | Method and Description |
|---|---|
KnownExploitedVulnerabilitiesSchema |
parse(java.io.InputStream in)
Parses the CISA Known Exploited JSON file and inserts/updates data into
the database.
|
public KnownExploitedVulnerabilitiesSchema parse(java.io.InputStream in) throws UpdateException, CorruptedDatastreamException
in - the CISA Known Exploited JSON input stream to parseUpdateException - thrown if the file could not be readCorruptedDatastreamException - thrown if the file was found to be a
corrupted download (ZipException or premature EOF)Copyright© 2012-21 Jeremy Long. All Rights Reserved.