-
Notifications
You must be signed in to change notification settings - Fork 9
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
PRI-106 - fix: sql injection by parsing to number #52
Conversation
PR Reviewer Guide 🔍
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kgmyatthu can we also make the query parameterised using either a named param or a ? unnamed param?
I remember trying this with the sql package that's currently in use. It didn't work. I'll revisit them again. |
fix: broken regex enclosed in double quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good thanks
07ad46b
to
6263243
Compare
No description provided.