Class EpssDataFeed
- java.lang.Object
-
- io.github.jeremylong.openvulnerability.client.epss.EpssDataFeed
-
public class EpssDataFeed extends java.lang.Object implements DataFeed<java.util.List<EpssItem>>
Data Feed for the Exploit Prediction Scoring System (EPSS) scores from the Forum of Incident Response and Security Teams (FIRST)- See Also:
- https://www.first.org/epss/data_stats
-
-
Constructor Summary
Constructors Constructor Description EpssDataFeed()EpssDataFeed(java.lang.String downloadUrl)EpssDataFeed(java.lang.String downloadUrl, HttpClientSupplier httpClientSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EpssItem>download()
-
-
-
Constructor Detail
-
EpssDataFeed
public EpssDataFeed()
-
EpssDataFeed
public EpssDataFeed(java.lang.String downloadUrl)
-
EpssDataFeed
public EpssDataFeed(java.lang.String downloadUrl, HttpClientSupplier httpClientSupplier)
-
-