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 cd34b16 commit 5ad2e51Copy full SHA for 5ad2e51
src/vs/platform/telemetry/common/telemetryService.ts
@@ -205,7 +205,7 @@ export class TelemetryService implements ITelemetryService {
205
206
// Regex which matches @*.site
207
const emailRegex = /@[a-zA-Z0-9-.]+/;
208
- const secretRegex = /(key|token|sig|password|passwd|pwd)[="':\s]/;
+ const secretRegex = /(key|token|sig|signature|password|passwd|pwd)[="':\s]/;
209
210
// Check for common user data in the telemetry events
211
if (secretRegex.test(value)) {
0 commit comments