Skip to content

feat: Implement restricted user status self-update endpoint, preventi…

4a95e16
Select commit
Loading
Failed to load commit list.
Draft

feat: Implement restricted user status self-update endpoint, preventi… #2549

feat: Implement restricted user status self-update endpoint, preventi…
4a95e16
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 16, 2026 in 5s

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 28 in routes/userStatus.js

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.
This route handler performs
authorization
, but is not rate-limited.