//! EPSS (Exploit Prediction Scoring System) integration.
//!
//! Provides clients for querying the [EPSS API](https://www.first.org/epss/)
//! to score CVE exploitability, with both online and offline support.
pub use EpssClient;
pub use OfflineEpssProvider;
/// EPSS score for a CVE vulnerability.
///
/// EPSS estimates the probability (0.0-1.0) that a vulnerability will be
/// exploited in the wild within the next 30 days. The percentile indicates
/// how this CVE compares to all other CVEs.