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 3507c6d commit 3371774Copy full SHA for 3371774
src/main/results/CxResult.ts
@@ -9,6 +9,7 @@ export default class CxResult {
9
firstFoundAt: string = "";
10
foundAt: string = "";
11
firstScanId: string = "";
12
+ description: string = "";
13
data: any = {};
14
comments: any = {};
15
vulnerabilityDetails:any = {};
0 commit comments