Skip to content

add theme provider to root layout

796f242
Select commit
Loading
Failed to load commit list.
Merged

Feat/all features v2 #20

add theme provider to root layout
796f242
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 12, 2026 in 4s

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 253 in apps/server/src/routes/auth.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 343 in apps/server/src/routes/auth.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 351 in apps/server/src/routes/auth.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.