Class EpssItem
- java.lang.Object
-
- io.github.jeremylong.openvulnerability.client.epss.EpssItem
-
- All Implemented Interfaces:
java.io.Serializable
public class EpssItem extends java.lang.Object implements java.io.SerializableExploit Prediction Scoring System (EPSS) score.- See Also:
- https://www.first.org/epss/, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EpssItem(java.lang.String cve, java.lang.Double epss, java.lang.Double percentile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCve()java.lang.DoublegetEpss()java.lang.DoublegetPercentile()
-