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

Add email address data handler #7

Open
flyguy62n opened this issue Apr 5, 2024 · 0 comments
Open

Add email address data handler #7

flyguy62n opened this issue Apr 5, 2024 · 0 comments

Comments

@flyguy62n
Copy link
Contributor

flyguy62n commented Apr 5, 2024

User Story

As a user, PIIDigger should be able to analyze files for email addresses.

Requirements

  • Email addresses should be identified and validated as belonging to a valid domain.
  • The user should be able to disable the online validation through the configuration
  • email_validator is a PyPI package that can perform most of the hard work

Inputs

  • A string of text from the filehandlers

Outputs

  • A string of text including the validated email address
  • Output should be masked to prevent proliferation of PII

Unit tests

Tests will include:

  • Both valid and non-existing email domains
  • Text that is and isn't an email address
  • Both with validation enabled and disabled
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

1 participant