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

Sql Injection #5

Open
ayanhasnain03 opened this issue Sep 8, 2024 · 4 comments
Open

Sql Injection #5

ayanhasnain03 opened this issue Sep 8, 2024 · 4 comments

Comments

@ayanhasnain03
Copy link

Risk: The function directly interpolates user input (name, email, clerkId) into the SQL query, which may leave it vulnerable to SQL injection attacks.

@shadowedj33
Copy link

@ayanhasnain03

Update the node module

"node_modules/@expo/cli":

find and change "dependencies":
{
"send": "^0.19.0",
}

then run npm install, will solve the vulnerabilities.

@ayanhasnain03
Copy link
Author

@shadowedj33 i cant create this project i just check repo and i see sql injection prevention not implemnt

@pitops
Copy link

pitops commented Sep 16, 2024

Don't do the suggestion @shadowedj33 is suggesting.

@shadowedj33
Copy link

@pitops what issue does this resolution cause? What should I do to fix this instead? Forums and expo discussions suggested this, as well as the package's information page.

What did you do to resolve the issue?

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

No branches or pull requests

3 participants