JoelHo / pe

0 stars 0 forks source link

Email constraints may not be stringent enough #6

Open JoelHo opened 3 years ago

JoelHo commented 3 years ago

Error message for email constraints is:

Emails should be of the format local-part@domain and adhere to the following constraints:

  1. The local-part should only contain alphanumeric characters and these special characters, excluding the parentheses, (!#$%&'*+/=?`{|}~^.-) .
  2. This is followed by a '@' and then a domain name. The domain name must:
    • be at least 2 characters long
    • start and end with alphanumeric characters
    • consist of alphanumeric characters, a period or a hyphen for the characters in between, if any.

This is a valid input according to the app, but aa is not a valid domain name (unless we're talking about a local dns record but besides the point) image.png

nus-pe-bot commented 3 years ago

Team's Response

Thank you. We might consider changing the check in future.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]