We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4ea1c commit 880ac00Copy full SHA for 880ac00
src/types/eol-scan.ts
@@ -2,7 +2,7 @@ import type { CdxBom } from './index.js';
2
3
export interface CveStats {
4
cveId: string;
5
- cvssScore: number;
+ cvssScore: string | null;
6
publishedAt: string;
7
}
8
0 commit comments