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

sprintf() used to build DB queries #164

Open
madmatt opened this issue Aug 30, 2016 · 0 comments
Open

sprintf() used to build DB queries #164

madmatt opened this issue Aug 30, 2016 · 0 comments

Comments

@madmatt
Copy link
Collaborator

madmatt commented Aug 30, 2016

This is not specifically a security issue, but ideally can be fixed so that it doesn't ever become a security issue. There a few places where sprintf() is used to build a SQL query that could be built more appropriately with the new DB::prepared_query() or using SQLUpdate etc.

Examples:

@madmatt madmatt changed the title sprintf() used to build DB queries sprintf() used to build DB queries Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants