Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Can GreenSQL do blacklisting

in

I'd like to block all UNION commands via a blacklist. Is that possible?

Comments

Hi Sorry for being late with

Hi

Sorry for being late with the response. I was very busy lately with my family. It can be very easily done by altering risk engine settings.

You can do it by altering value of the risk_union_token value found in the following configuration file: /etc/greensql/greensql.conf.

By default the value is set to 5. You need to change it too the value of block_level (by default it is set to 30) in order to automatically block all queries with UNION token.

Best regards,
Yuli

Back to top