pub trait CvssProvider {
    fn cvss_v3_1(&self) -> Option<BaseMetric>;
}
Expand description

A single cvss provider

Required Methods

Get the CVSS v3.1 score for this vulnerability

Implementations on Foreign Types

Implementors