Skip to content
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

Merge branch 'main' of https://github.com/UBA-GCOEN/ARrow #107

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

Siddhant-Patil0203
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Oct 9, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @UBA-GCOEN on Vercel.

@UBA-GCOEN first needs to authorize it.

return;
}

const oldUser = await userModel.findOne({ email });

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
});

if (result) {
const oldUser = await userModel.findOne({ email });

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.

const { email, password } = req.body;

const oldUser = await userModel.findOne({ email });

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
@UBA-GCOEN UBA-GCOEN merged commit 87d101e into UBA-GCOEN:main Oct 9, 2023
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants