lenchv / hive-driver

Driver for connection to Apache Hive via Thrift API
MIT License
40 stars 9 forks source link

sql injection #34

Open gnans opened 3 years ago

gnans commented 3 years ago

To avoid sql injection security breach. Is there a way use prepared statement in query ?

Please let me know

lenchv commented 3 years ago

Hello @gnans ! Good point. For now there is no functionality to do this. The driver expects already sanitized query.