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

Add SET to blacklisted keywords #475

Merged
merged 1 commit into from
May 4, 2022
Merged

Conversation

assem-ch
Copy link
Contributor

@assem-ch assem-ch commented Mar 14, 2022

Someone can pass this query to change the password of a database user

SET PASSWORD FOR 'user-name-here'= PASSWORD('new-password');

this is the syntax for MySQL database server version 5.7.5 or older.

That's why I suggest adding SET to the default black list

@marksweb marksweb merged commit ca31cc9 into chrisclark:master May 4, 2022
@covracer covracer mentioned this pull request May 26, 2023
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.

None yet

2 participants