Skip to content

chore: fix lint errors

62462e3
Select commit
Loading
Failed to load commit list.
Draft

fix(linting): resolved TOC/TOU issue (INS-2691) #9991

chore: fix lint errors
62462e3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Jun 1, 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 87 in packages/insomnia/src/main/spectral-ruleset-refresh.ts

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.