export interface IGraphCve { cve: string; cvss_v2_score: string; cvss_v2_vector: string; cvss_v3_score: string; cvss_v3_vector: string; }