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

Modify all sqlite queries to use bound parameters #6

Open
kevinbentley opened this issue Apr 8, 2018 · 0 comments
Open

Modify all sqlite queries to use bound parameters #6

kevinbentley opened this issue Apr 8, 2018 · 0 comments
Assignees

Comments

@kevinbentley
Copy link
Member

Right now everything uses a format string, which is susceptible to sql injection. Since we control the parameters this is a very low risk, if a risk at all. But it's not the correct way to do this, and someone reviewing the code may see this as an issue

@kevinbentley kevinbentley self-assigned this Apr 8, 2018
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

1 participant