export interface IVulnerableComponent { component_id: string; fixed_versions: string[]; }