Skip to content

refactor(optimization):Correct accommodation of user roles

20f2f6e
Select commit
Loading
Failed to load commit list.
Merged

refactor(optimization):Correct accommodation of user roles #29

refactor(optimization):Correct accommodation of user roles
20f2f6e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 1, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 127 in src/router/users.routes.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.

Check failure on line 322 in src/router/users.routes.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.

Check failure on line 613 in src/router/users.routes.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.

Check failure on line 699 in src/router/users.routes.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.