Skip to content

Fix SQL Injection Vulnerability in create_user Function#7

Open
SoClosee wants to merge 1 commit intomainfrom
gitpilot/FrFollowForFollowBot-fix-1772253068
Open

Fix SQL Injection Vulnerability in create_user Function#7
SoClosee wants to merge 1 commit intomainfrom
gitpilot/FrFollowForFollowBot-fix-1772253068

Conversation

@SoClosee
Copy link
Copy Markdown

This PR fixes a high-severity security issue in the create_user function within the database/queries.py file. The vulnerability was due to direct user input being used in an SQL query without proper sanitization. This fix uses parameterized queries to prevent SQL injection attacks.

Automated by GitPilot — your friendly AI maintainer

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.

1 participant