-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Staging #52
Staging #52
Conversation
Your Render PR Server URL is https://waifu-it-pr-52.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cka8pc6gtj9c73fk55ug. |
// Assuming you have a MongoDB collection called "users" and you want to update the token for a specific user. | ||
// Replace "Users" with your actual model name for users. | ||
await Users.updateOne( | ||
{ _id: id }, |
Check failure
Code scanning / CodeQL
Database query built from user-controlled sources High
user-provided value
}) | ||
|
||
router.all('/user', userEndpoint) |
Check failure
Code scanning / CodeQL
Missing rate limiting High
a database access
This route handler performs
No description provided.