Ecodev / natural

Angular Material components and various utilities

Home Page:https://ecodev.github.io/natural

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to select a column that is not available

PowerKiKi opened this issue · comments

This is closely related to #123 and should be solved together.

It is possible to forge an URL with a column name that exist but is not available. The column will correctly not show the injected column, but the table will incorrectly show the column. Effectively giving access to user to things he was not supposed to see.

This is due to the direct transmission of the columns mentioned in the url to the table without any logic. When #123 will be fixed implementing ColumnPicker between AbstractList and Table, this issue should be fixed by itself.