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 8af658b commit 00e6a9cCopy full SHA for 00e6a9c
src/vs/platform/telemetry/common/telemetryUtils.ts
@@ -333,6 +333,7 @@ function removePropertiesWithPossibleUserInfo(property: string): string {
333
334
const userDataRegexes = [
335
{ label: 'Google API Key', regex: /AIza[A-Za-z0-9_\\\-]{35}/ },
336
+ { label: 'JWT', regex: /eyJ[0eXAiOiJKV1Qi|hbGci|a-zA-Z0-9\-_]+\.[a-zA-Z0-9\-_]+\.[a-zA-Z0-9\-_]+/ },
337
{ label: 'Slack Token', regex: /xox[pbar]\-[A-Za-z0-9]/ },
338
{ label: 'GitHub Token', regex: /(gh[psuro]_[a-zA-Z0-9]{36}|github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59})/ },
339
{ label: 'Generic Secret', regex: /(key|token|sig|secret|signature|password|passwd|pwd|android:value)[^a-zA-Z0-9]/i },
0 commit comments