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.
2 parents 597b27d + 5614029 commit 1f30c70Copy full SHA for 1f30c70
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