Skip to content

Commit a96ebc9

Browse files
fix: rename cve stats field in scan component metadata (#11)
1 parent 439246e commit a96ebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/eol-scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface EolScanComponentMetadata {
1010
isEol: boolean;
1111
eolAt: string | null;
1212
eolReasons: string[];
13-
cve: CveStats[];
13+
cveStats: CveStats[];
1414
}
1515

1616
export interface NesRemediation {

0 commit comments

Comments
 (0)