nixonwidjaja / pe

0 stars 0 forks source link

Incomplete email constraint #5

Open nixonwidjaja opened 10 months ago

nixonwidjaja commented 10 months ago

Screenshot 2023-11-17 at 16.37.03.png

soc-se-bot commented 10 months ago

Team's Response

By our current constraints, it complies with the stated constraints, hence, it is not a functionality bug.

Even if it is a feature flaw, according to RFC 1035 page 8, underscore and other certain special characters are not included in the allowed characters in the domain in https://datatracker.ietf.org/doc/html/rfc1035.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: https://stackoverflow.com/questions/2049502/what-characters-are-allowed-in-an-email-address

I agree that this is a feature flaw. However, based on the article above, hyphen is allowed in email domain. Therefore, my argument stands that the app does not accept domain names that have hyphens, for example, and thus is a feature flaw because it cannot accept all valid emails.


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]