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

Refactor raw queries to use prepared query to avoid security vuln. #6348

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

charlesBochet
Copy link
Member

As per title, we should avoid at all cost using non-prepared query and NEVER use them whenever the input come from the user.

@charlesBochet charlesBochet merged commit 2e38c3b into main Jul 19, 2024
6 checks passed
@charlesBochet charlesBochet deleted the refactor-query-to-use-prepared-statements branch July 19, 2024 20:32
charlesBochet added a commit that referenced this pull request Jul 19, 2024
…6348)

As per title, we should avoid at all cost using non-prepared query and
NEVER use them whenever the input come from the user.
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