[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
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
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. |