Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to select a column that is not available #124

Closed
PowerKiKi opened this issue Apr 14, 2021 · 1 comment
Closed

Possible to select a column that is not available #124

PowerKiKi opened this issue Apr 14, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@PowerKiKi
Copy link
Member

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.

@PowerKiKi PowerKiKi added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Apr 14, 2021
@sambaptista
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants