mcovert / RelpredictV3

Relpredict version 3
0 stars 0 forks source link

Surround SQL statement with '" ... sql ... "' #19

Closed mcovert closed 6 years ago

mcovert commented 6 years ago

This is a requirement for shell execution and rp_run.py subcommand to handle a select * type of statement. In general, this needs to be validated for sql injection attacks.