show columns from
and show create table
are both showing a common base data related to columns (column name and type)
but when executing show create table
as a result, a user is granted access to information that should have been filtered by the same permissions defined on columns
@kokosing I have a one-line fix for that fix it is just I need to sort out CLA first
I have a one-line fix for that
Awesome! That was really quick. Does it work for both cases? Do you have tests for that?
should be covered, I will need to add more tests though
I'm closing this issue because the related PR was already merged.
Most helpful comment
@kokosing I have a one-line fix for that fix it is just I need to sort out CLA first