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 3507c6d + 3371774 commit 4b51eacCopy full SHA for 4b51eac
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