Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia
277 matches across 9 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 62 | export function translateToNewRESTHistory(x: any): RESTHistoryEntry { |
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 298 | export function toggleRESTHistoryEntryStar(entry: RESTHistoryEntry) { |
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 319 | export function deleteGraphqlHistoryEntry(entry: GQLHistoryEntry) { |
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 333 | export function toggleGraphqlHistoryEntryStar(entry: GQLHistoryEntry) { |
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 340 | export function removeDuplicateRestHistoryEntry(id: string) { |
| LOW | packages/hoppscotch-common/src/newstore/history.ts | 347 | export function removeDuplicateGraphqlHistoryEntry(id: string) { |
| LOW | packages/hoppscotch-common/src/newstore/mockServers.ts | 208 | export function loadMockServersForWorkspace( |
| LOW | packages/hoppscotch-common/src/newstore/settings.ts | 310 | export function performSettingsDataMigrations(data: any): SettingsDef { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 542 | export function getAggregateEnvsWithCurrentValue() { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 726 | export function getSelectedEnvironmentIndex() { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 730 | export function getSelectedEnvironmentType() { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 734 | export function setSelectedEnvironmentIndex( |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 745 | export function getLegacyGlobalEnvironment(): Environment | null { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 778 | export function getLocalIndexByEnvironmentID(id: string) { |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 949 | export function removeEnvironmentVariable( |
| LOW | packages/hoppscotch-common/src/newstore/environments.ts | 962 | export function updateEnvironmentVariable( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 74 | export function navigateToFolderWithIndexPath( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 130 | export function cascadeParentCollectionForProperties( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 690 | function recursiveChangeRefIdToAvoidConflicts( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1162 | function recursiveChangeRefIdToAvoidConflicts( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1426 | function computeCollectionInheritedProps( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1494 | export function getRESTCollectionInheritedProps( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1635 | export function removeDuplicateRESTCollectionOrFolder( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1743 | export function updateRESTCollectionOrder( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1852 | export function duplicateGraphQLCollection( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1865 | export function removeDuplicateGraphqlCollectionOrFolder( |
| LOW | packages/hoppscotch-common/src/newstore/collections.ts | 1952 | function removeDuplicateCollectionsFromPath( |
| LOW | packages/hoppscotch-common/src/newstore/reordering.ts | 41 | export function changeCurrentReorderStatus(reorderItem: ReorderingItem) { |
| LOW | …ppscotch-common/src/composables/mockServerWorkspace.ts | 14 | export function useMockServerWorkspaceSync() { |
| LOW | …otch-common/src/composables/documentationVisibility.ts | 8 | export function useDocumentationVisibility() { |
| LOW | …/hoppscotch-common/src/components/settings/Desktop.vue | 339 | async function toggleDisableUpdateChecks(): Promise<void> { |
| LOW | …ppscotch-common/src/components/app/spotlight/index.vue | 209 | function newUseArrowKeysForNavigation() { |
| LOW | …s/hoppscotch-common/src/modules/kernel-interceptors.ts | 16 | function initKernelInterceptorService(): KernelInterceptorService { |
| LOW | …s/hoppscotch-common/src/modules/kernel-interceptors.ts | 36 | function initializeDefaultInterceptor(service: KernelInterceptorService): void { |
| LOW | packages/hoppscotch-common/src/pages/oauth.vue | 34 | function translateOAuthRedirectError(error: string) { |
| LOW | packages/hoppscotch-common/src/helpers/RequestRunner.ts | 708 | function updateEnvsAfterTestScript( |
| LOW | packages/hoppscotch-common/src/helpers/RequestRunner.ts | 1061 | function translateToSandboxTestResults( |
| LOW | packages/hoppscotch-common/src/helpers/network.ts | 15 | export function createRESTNetworkRequestStream( |
| LOW | …ges/hoppscotch-common/src/helpers/keyboard-strategy.ts | 27 | export function getKeyboardLayoutStrategy(): KeyboardLayoutStrategy { |
| LOW | …ges/hoppscotch-common/src/helpers/keyboard-strategy.ts | 31 | export function setKeyboardLayoutStrategy( |
| LOW | packages/hoppscotch-common/src/helpers/hopp-fetch.ts | 67 | async function convertFetchToRelayRequest( |
| LOW | packages/hoppscotch-common/src/helpers/hopp-fetch.ts | 214 | function convertRelayResponseToSerializableResponse( |
| LOW | packages/hoppscotch-common/src/helpers/tern.js | 58 | function postProcessCompletionResult(res) { |
| LOW | packages/hoppscotch-common/src/helpers/tern.js | 105 | export function getPreRequestScriptCompletions(code, row, col) { |
| LOW | …hoppscotch-common/src/helpers/collection/collection.ts | 18 | export function resolveSaveContextOnCollectionReorder( |
| LOW | …hoppscotch-common/src/helpers/collection/collection.ts | 115 | export function updateSaveContextForAffectedRequests( |
| LOW | …hoppscotch-common/src/helpers/collection/collection.ts | 160 | export function updateInheritedPropertiesForAffectedRequests( |
| LOW | …hoppscotch-common/src/helpers/collection/collection.ts | 217 | function resetSaveContextForAffectedRequests(folderPath: string) { |
| LOW | …hoppscotch-common/src/helpers/collection/collection.ts | 306 | export function transformCollectionForImport( |
| LOW | …es/hoppscotch-common/src/helpers/collection/request.ts | 21 | export function resolveSaveContextOnRequestReorder(payload: { |
| LOW | packages/hoppscotch-common/src/helpers/auth/digest.ts | 81 | export async function fetchInitialDigestAuthInfo( |
| LOW | …pscotch-common/src/helpers/auth/types/aws-signature.ts | 90 | export async function generateAwsSignatureAuthHeaders( |
| LOW | …pscotch-common/src/helpers/auth/types/aws-signature.ts | 117 | export async function generateAwsSignatureAuthParams( |
| LOW | …ges/hoppscotch-common/src/helpers/auth/types/bearer.ts | 8 | export async function generateBearerAuthHeaders( |
| LOW | …es/hoppscotch-common/src/helpers/auth/types/api-key.ts | 9 | export async function generateApiKeyAuthHeaders( |
| LOW | …ges/hoppscotch-common/src/helpers/auth/types/digest.ts | 15 | export async function generateDigestAuthHeaders( |
| LOW | …common/src/helpers/mockServer/exampleMockCollection.ts | 201 | export async function createMockCollectionForTeam( |
| LOW | …common/src/helpers/mockServer/exampleMockCollection.ts | 256 | export async function createMockCollectionForPersonal( |
| LOW | …tch-common/src/helpers/mockServer/exampleCollection.ts | 25 | export function createExamplePetStoreCollection( |
| LOW | …ges/hoppscotch-common/src/helpers/utils/statusCodes.ts | 88 | export function getStatusCodeReasonPhrase( |
| 93 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …/hoppscotch-common/src/components/environments/Add.vue | 242 | tabs.currentActiveTab.value.document.request.endpoint.replace( |
| CRITICAL | …s/hoppscotch-common/src/components/http/TestResult.vue | 329 | testResults.value.envDiff.selected.additions.every( |
| CRITICAL | …pscotch-common/src/components/http/test/TestResult.vue | 291 | testResults.value.envDiff.selected.additions.every( |
| CRITICAL | …ages/hoppscotch-common/src/components/embeds/index.vue | 59 | return tab.value.document.request.requestVariables.map(({ key, value }) => ({ |
| CRITICAL | …es/hoppscotch-common/src/components/embeds/Request.vue | 84 | return tab.value.document.request.requestVariables.map(({ key, value }) => ({ |
| CRITICAL | packages/hoppscotch-common/src/helpers/RequestRunner.ts | 543 | tab.value.document.request.requestVariables.map( |
| CRITICAL | …hoppscotch-common/src/helpers/collection/collection.ts | 140 | folderPath: tab.value.document.saveContext.folderPath.replace( |
| CRITICAL | packages/hoppscotch-common/src/helpers/auth/index.ts | 19 | ? restTabsService.currentActiveTab.value.document.request.requestVariables.map( |
| CRITICAL | …__tests__/pm-namespace/response/bdd-assertions.spec.ts | 785 | pm.response.to.have.responseTime.below(500) |
| CRITICAL | …__tests__/pm-namespace/response/bdd-assertions.spec.ts | 816 | pm.response.to.have.responseTime.above(100) |
| CRITICAL | …__tests__/pm-namespace/response/bdd-assertions.spec.ts | 872 | pm.response.to.have.responseTime.below(500) |
| CRITICAL | …chai-powered-assertions/properties-collections.spec.ts | 536 | hopp.expect([{a: 1}, {b: 2}]).to.not.have.deep.ordered.members([{b: 2}, {a: 1}]) |
| CRITICAL | …chai-powered-assertions/properties-collections.spec.ts | 568 | hopp.expect([{a: 1}, {b: 2}, {c: 3}]).to.not.include.deep.ordered.members([{b: 2}, {a: 1}]) |
| CRITICAL | …ugin-workspace/tauri-plugin-appload/src/uri/handler.rs | 80 | let csp = match self.config.app.security.csp.as_ref() { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …es/hoppscotch-common/src/components/smart/EnvInput.vue | 597 | // since the readonly prop is reactive, we need to check if it has changed |
| LOW | packages/hoppscotch-common/src/helpers/auth/digest.ts | 46 | // Step 1: Hash the username, realm, password and any additional fields based on the algorithm |
| LOW | packages/hoppscotch-common/src/helpers/auth/digest.ts | 54 | // Step 2: Hash the method and URI |
| LOW | packages/hoppscotch-common/src/helpers/auth/digest.ts | 60 | // Step 3: Compute the response hash |
| LOW | …ges/hoppscotch-common/src/helpers/auth/types/digest.ts | 25 | // Step 1: Fetch the initial auth info (nonce, realm, etc.) |
| LOW | …ges/hoppscotch-common/src/helpers/auth/types/digest.ts | 34 | // Step 2: Set up the parameters for the digest authentication header |
| LOW | …ges/hoppscotch-common/src/helpers/auth/types/digest.ts | 54 | // Step 3: Generate the Authorization header |
| LOW | …ppscotch-js-sandbox/src/bootstrap-code/post-request.js | 1840 | // For the Chai extension, we need to check if cookies exist |
| LOW | …backend/src/user-collection/user-collection.service.ts | 757 | // Step 0: lock the rows |
| LOW | …backend/src/user-collection/user-collection.service.ts | 772 | // Step 1: Decrement orderIndex of all items that come after collection.orderIndex till end of list of ite |
| LOW | …backend/src/user-collection/user-collection.service.ts | 782 | // Step 2: Update orderIndex of collection to length of list |
| LOW | …backend/src/user-collection/user-collection.service.ts | 832 | // Step 0: lock the rows |
| LOW | …backend/src/user-collection/user-collection.service.ts | 852 | // Step 1: Determine if we are moving collection up or down the list |
| LOW | …backend/src/user-collection/user-collection.service.ts | 856 | // Step 2: Update OrderIndex of items in list depending on moving up or down |
| LOW | …backend/src/user-collection/user-collection.service.ts | 876 | // Step 3: Update OrderIndex of collection |
| LOW | …backend/src/team-collection/team-collection.service.ts | 910 | // Step 0: lock the rows |
| LOW | …backend/src/team-collection/team-collection.service.ts | 925 | // Step 1: Decrement orderIndex of all items that come after collection.orderIndex till end of list of ite |
| LOW | …backend/src/team-collection/team-collection.service.ts | 939 | // Step 2: Update orderIndex of collection to length of list |
| LOW | …backend/src/team-collection/team-collection.service.ts | 982 | // Step 0: lock the rows |
| LOW | …backend/src/team-collection/team-collection.service.ts | 1001 | // Step 1: Determine if we are moving collection up or down the list |
| LOW | …backend/src/team-collection/team-collection.service.ts | 1005 | // Step 2: Update OrderIndex of items in list depending on moving up or down |
| LOW | …backend/src/team-collection/team-collection.service.ts | 1025 | // Step 3: Update OrderIndex of collection |
| LOW | …pscotch-backend/src/mock-server/mock-server.service.ts | 781 | // Step 6: Return highest scoring example |
| LOW | packages/hoppscotch-cli/src/utils/pre-request.ts | 314 | // Step 1: Fetch the initial auth info (nonce, realm, etc.) |
| LOW | packages/hoppscotch-cli/src/utils/pre-request.ts | 321 | // Step 2: Set up the parameters for the digest authentication header |
| LOW | packages/hoppscotch-cli/src/utils/pre-request.ts | 343 | // Step 3: Generate the Authorization header |
| LOW | packages/hoppscotch-cli/src/utils/auth/digest.ts | 68 | // Step 1: Hash the username, realm, password and any additional fields based on the algorithm |
| LOW | packages/hoppscotch-cli/src/utils/auth/digest.ts | 76 | // Step 2: Hash the method and URI |
| LOW | packages/hoppscotch-cli/src/utils/auth/digest.ts | 82 | // Step 3: Compute the response hash |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docker-compose.yml | 1 | # To make it easier to self-host, we have a preset docker compose config that also |
| LOW | docker-compose.yml | 241 | # This will start: AIO only (use when you have an external database) |
| LOW | …/hoppscotch-common/src/composables/desktop-settings.ts | 1 | import { reactive, ref, readonly } from "vue" |
| LOW | …ges/hoppscotch-common/src/platform/desktop-settings.ts | 41 | // Connection and startup behavior. The `connectionTimeoutMs` default |
| LOW | …ch-common/src/components/environments/ImportExport.vue | 401 | } |
| LOW | …otch-common/src/components/graphql/ExplorerSection.vue | 41 | |
| LOW | packages/hoppscotch-common/src/helpers/ternlint.js | 461 | if (!parentType.isEmpty() && type.isEmpty()) { |
| LOW | …n/src/helpers/curl/__tests__/detectContentType.spec.js | 41 | // </book> |
| LOW | …n/src/helpers/curl/__tests__/detectContentType.spec.js | 61 | // TODO: Figure this test situation |
| LOW | …n/src/helpers/curl/__tests__/detectContentType.spec.js | 81 | // <head> |
| LOW | …c/helpers/editor/extensions/HoppPredefinedVariables.ts | 41 | // Don't show tooltip if the cursor is inside a comment |
| LOW | packages/hoppscotch-common/src/kernel/log.ts | 1 | // kernel log wrapper. same setup as store.ts: delegates to the kernel |
| LOW | packages/hoppscotch-common/src/kernel/log.ts | 21 | // in-memory buffer that works even before the kernel is initialized. |
| LOW | packages/hoppscotch-common/src/kernel/store.ts | 21 | // sanitize it the same way Tauri sanitizes window labels: replace all |
| LOW | packages/hoppscotch-common/src/kernel/store.ts | 281 | // Use this for anything that should persist regardless of which org |
| LOW | packages/hoppscotch-agent/src-tauri/.cargo/config.toml | 1 | # Enable static linking for C runtime library on Windows. |
| LOW | packages/hoppscotch-agent/src-tauri/src/webview/mod.rs | 1 | /// The WebView2 Runtime is a critical dependency for Tauri applications on Windows. |
| LOW | packages/hoppscotch-agent/src-tauri/src/webview/mod.rs | 21 | /// > HKEY_CURRENT_USER\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} |
| LOW | …sandbox/src/__tests__/pm-namespace/sendRequest.spec.ts | 661 | ]) |
| LOW | packages/hoppscotch-kernel/src/relay/impl/web/v/1.ts | 141 | |
| LOW | packages/hoppscotch-kernel/src/relay/impl/web/v/1.ts | 161 | // } |
| LOW | packages/hoppscotch-kernel/src/relay/impl/web/v/1.ts | 181 | // accessKeyId: accessKey, |
| LOW | packages/hoppscotch-desktop/src-tauri/src/config.rs | 81 | // couple this code to the plugin's on-disk format, the webview pushes the |
| LOW | packages/hoppscotch-desktop/src-tauri/src/config.rs | 101 | /// related connection paths. Mirrors `API_TIMEOUT_SECS` when the value |
| LOW | …ckages/hoppscotch-desktop/src-tauri/src/webview/mod.rs | 1 | /// The WebView2 Runtime is a critical dependency for Tauri applications on Windows. |
| LOW | …ckages/hoppscotch-desktop/src-tauri/src/webview/mod.rs | 21 | /// > HKEY_CURRENT_USER\Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} |
| LOW | …ktop/plugin-workspace/tauri-plugin-appload/devenv.yaml | 21 | # If you have more than one devenv you can merge them |
| LOW | …ri-plugin-appload/examples/tauri-app/src/vite-env.d.ts | 1 | /// <reference types="svelte" /> |
| LOW | …op/plugin-workspace/tauri-plugin-appload/src/models.rs | 141 | pub bundle_name: String, |
| LOW | …op/plugin-workspace/tauri-plugin-appload/src/models.rs | 201 | #[derive(Debug, Clone, Deserialize)] |
| LOW | …/plugin-workspace/tauri-plugin-appload/src/commands.rs | 121 | |
| LOW | …p/plugin-workspace/tauri-plugin-appload/src/mapping.rs | 1 | use dashmap::DashMap; |
| LOW | …p/plugin-workspace/tauri-plugin-appload/src/mapping.rs | 41 | /// * `host` - The virtual host (e.g., "acme_hoppscotch_io") |
| LOW | …/hoppscotch-desktop/plugin-workspace/relay/devenv.yaml | 21 | # If you have more than one devenv you can merge them |
| LOW | …ppscotch-desktop/plugin-workspace/relay/src/interop.rs | 21 | #[serde(rename = "text/csv")] |
| LOW | …ppscotch-desktop/plugin-workspace/relay/src/interop.rs | 41 | #[serde(rename = "multipart/form-data")] |
| LOW | …ppscotch-desktop/plugin-workspace/relay/src/interop.rs | 61 | #[serde(rename = "audio/mp4")] |
| LOW | …ppscotch-desktop/plugin-workspace/relay/src/interop.rs | 81 | #[serde(rename = "video/mp4")] |
| LOW | …ppscotch-desktop/plugin-workspace/relay/src/interop.rs | 101 | #[serde(rename = "image/png")] |
| LOW | packages/hoppscotch-desktop/src/main.ts | 21 | // Sync the launcher window's zoom with the user's persisted preference. |
| LOW | …hoppscotch-desktop/src/services/persistence.service.ts | 101 | migrate: async () => E.right(undefined), |
| LOW | …hoppscotch-desktop/src/services/persistence.service.ts | 121 | // coerces to "1" so every migration reruns from scratch. In both |
| LOW | …nd/src/team-collection/team-collection.service.spec.ts | 2101 | }); |
| LOW | …nd/src/team-collection/team-collection.service.spec.ts | 2121 | // parentID: rootTeamCollection.parentID, |
| LOW | …backend/src/team-collection/team-collection.service.ts | 701 | ): Promise<O.Option<boolean>> { |
| LOW | packages/hoppscotch-sh-admin/src/vite-env.d.ts | 1 | /// <reference types="vite/client" /> |
| LOW | …tch-selfhost-web/webapp-server/internal/crypto/keys.go | 1 | // Package crypto handles ed25519 key generation and persistence. |
| LOW | packages/hoppscotch-selfhost-web/src/main.ts | 301 | } |
| LOW | …ch-selfhost-web/src/platform/collections/web/import.ts | 101 | // Flush orphans left under originals' refIds when the backend dropped |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 17 | // ─── truncateText ──────────────────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 81 | // ─── formatTooltipValue ────────────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 118 | // ─── calculateTooltipDimensions ────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 164 | // ─── applyTooltipOverflowStyles ────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 209 | // ─── createTooltipValueRow ─────────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 300 | // ─── constrainTooltipToViewport ────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 378 | // ─── stabilizeTooltipHover ─────────────────────────────────────── |
| MEDIUM | …tch-common/src/helpers/utils/__tests__/tooltip.spec.ts | 396 | // ─── Constants ─────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …-common/src/helpers/auth/types/__tests__/test-utils.ts | 76 | initialValue: '{"sub": "1234567890", "name": "John Doe"}', |
| LOW | …-common/src/helpers/auth/types/__tests__/test-utils.ts | 77 | currentValue: '{"sub": "1234567890", "name": "John Doe"}', |
| LOW | …ch-common/src/helpers/auth/types/__tests__/jwt.spec.ts | 35 | payload: '{"sub": "1234567890", "name": "John Doe"}', |
| LOW | …ch-common/src/helpers/auth/types/__tests__/jwt.spec.ts | 48 | payload: '{"sub": "1234567890", "name": "John Doe"}', |
| LOW | …ch-common/src/helpers/auth/types/__tests__/jwt.spec.ts | 111 | payload: '{"sub": "1234567890", "name": "John Doe"}', |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 21 | expect(getOrgInitials("Acme Corp")).toBe("AC") |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 41 | expect(getOrgInitials("Acme Corp")).toBe("AC") |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 54 | const a = getOrgColorIndex("Acme Corp") |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 55 | const b = getOrgColorIndex("Acme Corp") |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 60 | const a = getOrgColorIndex("Acme Corp") |
| LOW | …ommon/src/helpers/utils/__tests__/organization.spec.ts | 79 | const color = getOrgColor("Acme Corp") |
| LOW | …h-common/src/helpers/curl/__tests__/curlparser.spec.js | 459 | value: "test@test.com", |
| LOW | …src/__tests__/pm-namespace/advanced-assertions.spec.ts | 637 | name: "John Doe", |
| LOW | …src/__tests__/pm-namespace/advanced-assertions.spec.ts | 649 | pm.response.to.have.jsonPath("$.user.profile.name", "John Doe") |
| LOW | …src/__tests__/pm-namespace/advanced-assertions.spec.ts | 665 | "Expected 'John Doe' to deep equal 'John Doe'" |
| LOW | …sandbox/src/__tests__/pm-namespace/sendRequest.spec.ts | 203 | raw: JSON.stringify({ name: 'John Doe' }) |
| LOW | …space/chai-powered-assertions/functions-errors.spec.ts | 726 | hopp.expect('user@example.com').to.satisfy(function(email) { |
| LOW | …amespace/chai-powered-assertions/strings-regex.spec.ts | 257 | hopp.expect('user@example.com').to.match(/^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,}$/i) |
| LOW | packages/hoppscotch-relay/README.md | 88 | Some(BodyDef::Text(r#"{"name": "John Doe"}"#.to_string())), |
| LOW | …tch-backend/src/published-docs/published-docs.model.ts | 162 | example: '{"author": "John Doe", "tags": ["api", "rest"]}', |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …hoppscotch-common/src/services/oauth/flows/authCode.ts | 96 | // missing, default to 'plain' as requested by the user. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docker-compose.yml | 43 | # Edit the below line to match your PostgresDB URL if you have an outside DB (make sure to update the .env file as |
| LOW | docker-compose.yml | 195 | # Edit the below line to match your PostgresDB URL if you have an outside DB (make sure to update the .env file as |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | healthcheck.sh | 12 | # Check if the container has been running for at least 15 seconds |