Darkarche3 / pe

0 stars 0 forks source link

Random email format #3

Open Darkarche3 opened 5 months ago

Darkarche3 commented 5 months ago

Random email format can be used.png

This bug allows for any email format to be used as long as @ is used. Good job on using @ as a requirement to create email but I feel there is a need to ensure the domains are in a realistic format as well. This can prevent incorrect emails from being typed in.

soc-se-bot commented 5 months ago

Team's Response

Reproduction status

Succesfully reproduced.

Reason

Validating an email syntatically aside from the requirement of a @ character via a regular expression requires a very long one that does not necessarily protect against typos or non-existent emails either. The number of domains that are possible need to be kept in mind such as to not make the field too restrictive. This can possibly be introduced as a future feature but is not in scope for v1.4.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]