Skip to content

feat(ui): add GitHub integration UI components

5532770
Select commit
Loading
Failed to load commit list.
Closed

feat(api): add GitHub integration for sending findings as issues #9732

feat(ui): add GitHub integration UI components
5532770
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 7, 2026 in 5s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/master was not found:

Actions workflow (ui-codeql.yml)

  • ❓  /language:javascript

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 99 in ui/actions/integrations/github-dispatch.ts

See this annotation in the file changed.

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.

Check notice on line 423 in api/src/backend/api/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.