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

Have a admin setting for disallowed tables or column names #100

Open
brendanheywood opened this issue Oct 26, 2021 · 1 comment
Open

Have a admin setting for disallowed tables or column names #100

brendanheywood opened this issue Oct 26, 2021 · 1 comment

Comments

@brendanheywood
Copy link
Contributor

The idea being this can be forced in config.php and you can prevent a report from exporting things such as the user table's password hashes, private keys, user tokens, web service tokens etc

I think this can be as simple as a list of tokens which cannot appear in the sql but that needs be validated.

@timhunt
Copy link
Member

timhunt commented Oct 26, 2021

Reasonable idea. Pull requests welcome.

Any such admin setting should have a sensisble default.

As you say, needs to be validated. Might be difficult to ban the word 'token' anywhere in queries - if we find that is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants