Skip to content

Commit 1f30c70

Browse files
authored
Merge pull request #43 from CheckmarxDev/AST-8622-sast-description
AST-8622 SAST description
2 parents 597b27d + 5614029 commit 1f30c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/results/CxResult.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default class CxResult {
99
firstFoundAt: string = "";
1010
foundAt: string = "";
1111
firstScanId: string = "";
12+
description: string = "";
1213
data: any = {};
1314
comments: any = {};
1415
vulnerabilityDetails:any = {};

0 commit comments

Comments
 (0)