Skip to content

chore: Phase 2a - rename packages/insomnia -> apps/desktop, packages/insomnia-inso -> apps/cli - #10331

Draft
gatzjames wants to merge 2 commits into
arch-phase-1b-configure-v3-client-boundaryfrom
arch-phase-2a-rename-apps
Draft

chore: Phase 2a - rename packages/insomnia -> apps/desktop, packages/insomnia-inso -> apps/cli#10331
gatzjames wants to merge 2 commits into
arch-phase-1b-configure-v3-client-boundaryfrom
arch-phase-2a-rename-apps

fix: catch extensionless-file path references missed by Phase 2a's sweep

4124ebb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 5, 2026 in 3s

7 new alerts including 6 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 72 in apps/desktop/src/main/network/multipart.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 73 in apps/desktop/src/main/network/multipart.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 233 in apps/desktop/src/main/window-utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
https://insomnia-app.local
' may be followed by an arbitrary host name.

Check failure on line 21 in apps/desktop/src/ui/auth-session-provider.client.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear text storage of sensitive information High

This stores sensitive data returned by
an access to INSOMNIA_SECRET_KEY
as clear text.
This stores sensitive data returned by
a call to getInsomniaSecretKey
as clear text.

Check failure on line 1105 in apps/desktop/src/ui/components/modals/git-project-staging-modal.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 408 in apps/desktop/src/ui/components/project/project-settings-form.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check warning on line 112 in apps/desktop/src/common/templating/third_party/object-path.ts

See this annotation in the file changed.

Code scanning / CodeQL

Overly permissive regular expression range Medium library

Suspicious character range that is equivalent to [A-Z[]^_`a-z].