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

Experiment with less restrictive breadcrumb SQL obfuscation #378

Open
rabidpraxis opened this issue Nov 24, 2020 · 1 comment
Open

Experiment with less restrictive breadcrumb SQL obfuscation #378

rabidpraxis opened this issue Nov 24, 2020 · 1 comment

Comments

@rabidpraxis
Copy link
Contributor

Our SQL breadcrumbs land a pretty heavy hammer on the SQL query content by removing almost everything except SQL keywords. This leads to less than useful breadcrumbs. Perhaps we can do better.

I am thinking we could introduce a new config option that allows a user to specify a less restrictive SQL obfuscator class. One that can keep table & field names. We can then default to the more restrictive obfuscator for a while and if there are no issues with testing we can default to the less restrictive class after.

This could also allow users to create their own obfuscator class that lets them not obfuscate at all if they are not worried about leaking sensitive data.

@stympy
Copy link
Member

stympy commented Nov 24, 2020

WFM

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

No branches or pull requests

2 participants