Trait scayl::context::CvssProvider
source · [−]pub trait CvssProvider {
fn cvss_v3_1(&self) -> Option<BaseMetric>;
}
Expand description
A single cvss provider
Required Methods
fn cvss_v3_1(&self) -> Option<BaseMetric>
fn cvss_v3_1(&self) -> Option<BaseMetric>
Get the CVSS v3.1 score for this vulnerability