Skip to content

ct_dashboard_api: Add rate limiting to customer auth routes

7ee5953
Select commit
Loading
Failed to load commit list.
Open

OKO-477 #171

ct_dashboard_api: Add rate limiting to customer auth routes
7ee5953
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 31, 2025 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 461 in backend/ct_dashboard_api/src/routes/customer_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.