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

Automatically remove potential PII from report data #638

Open
maxmilton opened this issue Feb 13, 2023 · 0 comments
Open

Automatically remove potential PII from report data #638

maxmilton opened this issue Feb 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request privacy

Comments

@maxmilton
Copy link
Owner

maxmilton commented Feb 13, 2023

Sometimes report data contains text that could be potentially be seen as personally identifiable information (PII). A typical example is system paths in URLs e.g.,:

/home/username/Downloads

... where "username" could be PII. It would be nice if we can create an incoming data filter that replaces PII. It should run on all incoming data. This should probably be configurable per-project. For example, the above could be:

/home/[Redacted]/Downloads

Or some other placeholder; REDACTED, [REDACTED], <REDACTED>, __REDACTED__, etc.

@maxmilton maxmilton added enhancement New feature or request privacy labels Feb 13, 2023
@maxmilton maxmilton self-assigned this Feb 13, 2023
@maxmilton maxmilton changed the title Automatically remove potential PII from report meta data Automatically remove potential PII from report data Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request privacy
Projects
None yet
Development

No branches or pull requests

1 participant