Look into making sure that we can avoid SQL injections #255
Labels
help wanted 👋🏻
Extra attention is needed
⚗️ research/follow up
security
Pull requests that address a security vulnerability
triaged: no
We're using some
f-string
s in theconnection.execute
and although the engine is created bySQL alchemy
I'm actually not sure if some nasty sql could not be passed via thetarget_schema
andtarget_database
parameters which can be overriden by users via CLI arguments.The text was updated successfully, but these errors were encountered: