Skip to content

Commit 5048a05

Browse files
committed
[interface] Modify Vulnerability Title to optional
1 parent a1970b5 commit 5048a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface CVE {
2626
PkgName: string;
2727
InstalledVersion: string;
2828
FixedVersion: string;
29-
Title: string;
29+
Title?: string;
3030
Description: string;
3131
Severity: string;
3232
References: string[];

0 commit comments

Comments
 (0)