pub trait VulnerabilityFormat {
    fn cvss_v3_1_scores(&self) -> BTreeMap<VulnId, BaseMetric>;
}

Required Methods

Implementations on Foreign Types

Implementors