Skip to content

Commit

Permalink
telemetry: codewhisperer: security issues with fixes #592
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlai95 authored Oct 27, 2023
1 parent 9c75fbf commit cab1344
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,11 @@
"type": "int",
"description": "The number of security issues been detected"
},
{
"name": "codewhispererCodeScanIssuesWithFixes",
"type": "int",
"description": "The number of security issues detected with suggested fixes"
},
{
"name": "codewhispererCompletionType",
"type": "string",
Expand Down Expand Up @@ -2719,6 +2724,9 @@
{
"type": "codewhispererCodeScanTotalIssues"
},
{
"type": "codewhispererCodeScanIssuesWithFixes"
},
{
"type": "codewhispererLanguage"
},
Expand Down

0 comments on commit cab1344

Please sign in to comment.