cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.32k stars 128 forks source link

Fix MySQL reset packet with prepared statements #611

Closed Zhaars closed 1 year ago

Zhaars commented 1 year ago

Fixed bug with MySQL PreparedStatements processing, add Reset packet handler. Add check on params number in Execute Statement.

PR is draft, as cossacklabs/ci-py-go-themis contains new mysql-pyhton-connector with CMySQLConnector. So we need to test it on the CI

Checklist