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

[PE-D][Tester B] Possible invalid input for email without domain #137

Open
soc-se-bot opened this issue Apr 5, 2024 · 1 comment
Open

Comments

@soc-se-bot
Copy link

Email is generally structured [email protected], not just local-part@domain. When I type in jameshoexample@com I should probably expect an error to be thrown as there is no domain ie no . like .com but instead it adds it to the list without any exceptions or warnings thrown.


Labels: type.FeatureFlaw severity.Low
original: TarinPairor/ped#1

@narwhalsilent narwhalsilent added this to the 1.4 milestone Apr 6, 2024
@marcus-ny
Copy link

Good point. Perhaps the string checking can be more robust

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

4 participants