Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Fix SQL Query Parameterization #21

Open
mark-monteiro opened this issue Dec 17, 2019 · 0 comments
Open

Fix SQL Query Parameterization #21

mark-monteiro opened this issue Dec 17, 2019 · 0 comments

Comments

@mark-monteiro
Copy link
Contributor

There are several SQL queries using un-escaped string concatenation to specify parameters instead of the standard parameter bindings. The risk/consequences of injection seems fairly minimal for this plugin, but these queries should still be updated.

An non-exhaustive list of offending queries:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant