Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSecurity mechanism can be defeated by using function name as column name #5
Comments
|
Fixed in 173cf64 |
The mechanism that stops queryparser from translating an expression if it includes functions that are not on the whitelist can be defeated by including a column name in the expression that has the same name as the disallowed function. For example:
This is caused by the way the
all_funsfunction is implemented.