Skip to content

feat(webview): prevent UI bloat by not embedding file contents in UI …

598d7a3
Select commit
Loading
Failed to load commit list.
Closed

feat: UI-safe request formatting to avoid embedding file contents #8697

feat(webview): prevent UI bloat by not embedding file contents in UI …
598d7a3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 17, 2025 in 5s

6 new alerts including 6 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 126 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '<' with itself.

Check warning on line 126 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '>' with itself.

Check warning on line 126 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '&' with itself.

Check warning on line 161 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '<' with itself.

Check warning on line 161 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '>' with itself.

Check warning on line 161 in src/shared/formatContentBlockForUi.ts

See this annotation in the file changed.

Code scanning / CodeQL

Replacement of a substring with itself Medium

This replaces '&' with itself.