Skip to content

chore: harden electron web permissions [INS-2367]#10159

Open
ryan-willis wants to merge 1 commit into
developfrom
chore/harden-electron-web-permissions
Open

chore: harden electron web permissions [INS-2367]#10159
ryan-willis wants to merge 1 commit into
developfrom
chore/harden-electron-web-permissions

Conversation

@ryan-willis

Copy link
Copy Markdown
Contributor

The only plugin I could find that would be negatively affected by this is:
https://github.com/gatzjames/insomnia-plugin-graphql-codegen-import
Since it uses the showOpenFilePicker method which would be blocked by the fileSystem denial.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

✅ Circular References Report

Generated at: 2026-06-26T19:25:37.434Z
Status: ✅ NO CHANGE

Summary

Metric Base (develop) PR Change
Total Circular References 9 9 0 (0.00%)
Click to view all circular references in PR (9)
insomnia-inso/src/db/models/types.ts -> insomnia-inso/src/db/types.ts
insomnia/src/main/prompt-bridge.ts -> insomnia/src/main/window-utils.ts -> insomnia/src/main/plugin-window.ts
insomnia/src/main/window-utils.ts -> insomnia/src/main/plugin-window.ts
insomnia/src/network/network.ts -> insomnia-scripting-environment/src/objects/index.ts -> insomnia-scripting-environment/src/objects/collection.ts -> insomnia-scripting-environment/src/objects/response.ts
insomnia/src/network/network.ts -> insomnia/src/common/render.ts
insomnia/src/ui/components/settings/import-export.tsx -> insomnia/src/ui/components/modals/export-requests-modal.tsx
insomnia/src/ui/components/tabs/tab-list.tsx -> insomnia/src/ui/components/tabs/tab.tsx
insomnia/src/ui/components/templating/tag-editor-arg-sub-form.tsx -> insomnia/src/ui/components/templating/external-vault/external-vault-form.tsx
insomnia/src/ui/components/viewers/response-viewer.tsx -> insomnia/src/ui/components/viewers/response-multipart-viewer.tsx
Click to view all circular references in base branch (9)
insomnia-inso/src/db/models/types.ts -> insomnia-inso/src/db/types.ts
insomnia/src/main/prompt-bridge.ts -> insomnia/src/main/window-utils.ts -> insomnia/src/main/plugin-window.ts
insomnia/src/main/window-utils.ts -> insomnia/src/main/plugin-window.ts
insomnia/src/network/network.ts -> insomnia-scripting-environment/src/objects/index.ts -> insomnia-scripting-environment/src/objects/collection.ts -> insomnia-scripting-environment/src/objects/response.ts
insomnia/src/network/network.ts -> insomnia/src/common/render.ts
insomnia/src/ui/components/settings/import-export.tsx -> insomnia/src/ui/components/modals/export-requests-modal.tsx
insomnia/src/ui/components/tabs/tab-list.tsx -> insomnia/src/ui/components/tabs/tab.tsx
insomnia/src/ui/components/templating/tag-editor-arg-sub-form.tsx -> insomnia/src/ui/components/templating/external-vault/external-vault-form.tsx
insomnia/src/ui/components/viewers/response-viewer.tsx -> insomnia/src/ui/components/viewers/response-multipart-viewer.tsx

Analysis

No Change: This PR does not introduce or remove any circular references.


This report was generated automatically by comparing against the develop branch.

@ryan-willis ryan-willis marked this pull request as ready for review June 25, 2026 16:22
Copilot AI review requested due to automatic review settings June 25, 2026 16:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ryan-willis ryan-willis requested a review from kwburns-kong June 25, 2026 16:22
@ryan-willis ryan-willis force-pushed the chore/harden-electron-web-permissions branch from 14802b3 to e5b7429 Compare June 25, 2026 16:28
@ryan-willis ryan-willis enabled auto-merge (squash) June 25, 2026 16:28
@ryan-willis ryan-willis force-pushed the chore/harden-electron-web-permissions branch 5 times, most recently from 12554a1 to 8495c6c Compare June 26, 2026 16:51
@ryan-willis ryan-willis requested a review from jackkav June 26, 2026 18:35
@ryan-willis ryan-willis force-pushed the chore/harden-electron-web-permissions branch from 8495c6c to 1e2596e Compare June 26, 2026 18:35
@ryan-willis ryan-willis force-pushed the chore/harden-electron-web-permissions branch from 1e2596e to 77a2483 Compare June 26, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants