[MXS-1461] NOT operation needed for firewall rule Created: 2017-10-04  Updated: 2017-11-20  Resolved: 2017-11-20

Status: Closed
Project: MariaDB MaxScale
Component/s: dbfwfilter
Affects Version/s: 2.2.0
Fix Version/s: 2.2.1

Type: Bug Priority: Major
Reporter: Johan Wikman Assignee: Johan Wikman
Resolution: Fixed Votes: 0
Labels: None

Sprint: 2017-45

 Description   

If you want to allow a specific function, e.g. LENGTH, but no other, to be used with a particular column you can create a rule

rule match_length_on_a match function length columns a

for a filter used in whitelist mode. However, that requires you to use the LENGTH function.

What is needed is to be able to specify

rule match_length_on_a match function NOT length columns a

which is used with a filter in blocking mode.

That is, all statements where a appears in any other function context than LENGTH are blocked.


Generated at Thu Feb 08 04:06:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.