Class KevDataFeed
- java.lang.Object
-
- io.github.jeremylong.openvulnerability.client.kev.KevDataFeed
-
- All Implemented Interfaces:
DataFeed<KevCatalog>
public class KevDataFeed extends java.lang.Object implements DataFeed<KevCatalog>
Data Feed for the CISA Known Exploited Vulnerabilities Catalog.
-
-
Constructor Summary
Constructors Constructor Description KevDataFeed()KevDataFeed(java.lang.String downloadUrl)KevDataFeed(java.lang.String downloadUrl, HttpClientSupplier httpClientSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KevCatalogdownload()
-
-
-
Constructor Detail
-
KevDataFeed
public KevDataFeed()
-
KevDataFeed
public KevDataFeed(java.lang.String downloadUrl)
-
KevDataFeed
public KevDataFeed(java.lang.String downloadUrl, HttpClientSupplier httpClientSupplier)
-
-
Method Detail
-
download
public KevCatalog download()
- Specified by:
downloadin interfaceDataFeed<KevCatalog>
-
-