[MXS-2788] Masking filter performs case-sensitive checks against unquoted case-insensitive identifiers in function calls and WHERE clauses Created: 2019-12-04 Updated: 2020-08-25 Resolved: 2019-12-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | masking |
| Affects Version/s: | 2.4.4 |
| Fix Version/s: | 2.3.16, 2.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Let's say that a user has the following rule set:
Then the following queries are properly rejected:
However, if the same columns are referred to in lowercase (and unquoted), then the filter allows the queries:
|