A terminal for a more modern age
17 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | tabby-settings/src/services/configSync.service.ts | 163 | if (this.config.store.configSync.host.endsWith('/')) { |
| CRITICAL | tabby-settings/src/services/configSync.service.ts | 164 | this.config.store.configSync.host = this.config.store.configSync.host.slice(0, -1) |
| CRITICAL | tabby-core/src/services/profiles.service.ts | 135 | if (this.config.store.hotkeys.profile.hasOwnProperty(profileHotkeyName)) { |
| CRITICAL | tabby-core/src/services/profiles.service.ts | 152 | if (this.config.store.hotkeys.profile.hasOwnProperty(profileHotkeyName)) { |
| CRITICAL | tabby-ssh/src/services/sshKnownHosts.service.ts | 21 | return this.config.store.ssh.knownHosts.find(x => x.host === selector.host && x.port === selector.port && x.type |
| CRITICAL | tabby-ssh/src/services/sshKnownHosts.service.ts | 29 | this.config.store.ssh.knownHosts.push({ ...selector, digest }) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tabby-terminal/src/helpers.ts | 12 | export function getTerminalBackgroundColor ( |
| LOW | app/src/plugins.ts | 99 | async function getCandidateLocationsInPluginDir (pluginDir: any): Promise<{ pluginDir: string, packageName: string }[]> |
| LOW | app/src/plugins.ts | 131 | async function getPluginCandidateLocation (paths: any): Promise<{ pluginDir: string, packageName: string }[]> { |
| LOW | tabby-core/src/index.ts | 57 | export function TranslateMessageFormatCompilerFactory (): TranslateMessageFormatCompiler { |
| LOW | tabby-core/src/services/locale.service.ts | 56 | function flattenMessageFormatTranslation (po: any) { |
| LOW | tabby-core/src/services/config.service.ts | 29 | function isNonStructuralObjectMember (v): boolean { |
| LOW | tabby-electron/src/sshImporters.ts | 68 | function convertSSHConfigValuesToString (arg: string | string[] | object[]): string { |
| LOW | tabby-electron/src/sshImporters.ts | 171 | function convertToForwardedPortDescriptor (forwardType: PortForwardType.Local | PortForwardType.Remote | PortForward |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tabby-electron/src/shells/vs.ts | 61 | // { |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/codeql-analysis.yml | 61 | # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines |