Skip to content

first class support for apps sdk - #2210

Closed
aaazzam wants to merge 5 commits into
mainfrom
apps-sdk
Closed

first class support for apps sdk#2210
aaazzam wants to merge 5 commits into
mainfrom
apps-sdk

examples

f6ab2ee
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 22, 2025 in 2s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 170 in tests/ui/test_openai_widget_full.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://custom.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 171 in tests/ui/test_openai_widget_full.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://another.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 172 in tests/ui/test_openai_widget_full.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
wss://websocket.com
may be at an arbitrary position in the sanitized URL.