SeeuSim / pe

0 stars 0 forks source link

User Guide: Invalid Restriction on address field #31

Open SeeuSim opened 1 year ago

SeeuSim commented 1 year ago

While the codebase regex only allows up to 199 chars, the guide says less than 201, which implies 200 characters would be valid, when it is not.


Screenshot 2023-04-14 at 3.36.22 PM.png

soc-pe-bot commented 1 year ago

Team's Response

Thank you for bringing this to our attention. Based on your report, it seems there may have been a misunderstanding regarding the regex for the address field. The regex [^\s].{0,199} requires at least one character for the address field, but also allows for up to 199 additional characters.

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]