Firewall filter improvements
(MXS-622)
|
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | dbfwfilter |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.0 |
| Type: | Sub-Task | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-25 | ||||||||
| Description |
|
The dbfwfilter could deny functions like it denies columns. An example rule would be like this:
This would block the user(), sum(), min() and max() functions. |
| Comments |
| Comment by Johan Wikman [ 2016-03-08 ] |
|
Moved to 1.5 because the necessary functionality - exposing functions of a query - is not available. Further, the regexp based filtering can to a certain extent be used for filtering out/in functions usage. |
| Comment by Johan Wikman [ 2016-05-31 ] |
|
Removed fix-version. Need to be decided if and when this feature will be included. |
| Comment by markus makela [ 2017-01-12 ] |
|
The dbfwfilter now supports the function rule type which accepts a list of function names as its parameter. |