Skip to content

export har ipc bridge

6b3adaf
Select commit
Loading
Failed to load commit list.
Merged

feat: disable nodeIntegration in renderer mainWindow, remove Node import check tooling #9996

export har ipc bridge
6b3adaf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Jun 4, 2026 in 2s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 577 in packages/insomnia/src/ui/components/modals/cookies-modal.tsx

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring Note

Detected string concatenation with a non-literal variable in a util.format / console.log function. If an attacker injects a format specifier in the string, it will forge the log message. Try to use constant values for the format string.