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.35k stars 128 forks source link

Add response on fail for mysql #533

Closed G1gg1L3s closed 2 years ago

G1gg1L3s commented 2 years ago

Mysql doesn't respond to the different options of the response_on_fail (default_value, error and ciphertext) field. This PR changes that and bring support as in https://github.com/cossacklabs/acra/pull/521.

Checklist