-
-
Notifications
You must be signed in to change notification settings - Fork 964
feat(webapp): new Limits page #2884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
samejr
commented
Jan 14, 2026
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| // Hash the authorization header the same way the rate limiter does | ||
| const authorizationValue = `Bearer ${apiKey}`; | ||
| const hash = createHash("sha256"); | ||
| hash.update(authorizationValue); |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort High
an access to environmentApiKey
Password from
an access to environmentApiKey
Password from
an access to environmentApiKey
Password from
an access to apiKey
Password from
an access to apiKey
Copilot Autofix
AI 1 day ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |