Skip to content

fix unauthed user case

a386364
Select commit
Loading
Failed to load commit list.
Merged

[experimental] feat(ee): GitHub permission syncing #508

fix unauthed user case
a386364
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 20, 2025 in 2s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 59 in packages/web/src/app/[domain]/browse/[...path]/components/codePreviewPanel.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.

Check warning on line 70 in packages/web/src/app/[domain]/components/errorNavIndicator.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
Untrusted URL redirection depends on a user-provided value.

Check warning on line 90 in packages/web/src/app/[domain]/components/homepage/repositoryCarousel.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
Untrusted URL redirection depends on a user-provided value.

Check warning on line 51 in packages/web/src/app/[domain]/components/warningNavIndicator.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
Untrusted URL redirection depends on a user-provided value.