Software name input field accepts overly long names without max length validation #81
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
On the Account Settings > Tools page, when selecting 'Software' details to update, entering a long software name (with or without spaces) is accepted without any validation or error. The input field should restrict the name to a maximum character length and prompt or prevent excess input accordingly.
Current URL:
https://account-settings.topcoder.com/#tools
Steps to reproduce:
Actual results:
Expected results:
Screenshots/Videos:
OS and Browser version:
Windows 11, Chrome 140.0.7339.186
VersionDetails:
Device:
Windows Laptop
Reproducibility:
5/5
Unlikely values: Tests involving extreme or unlikely values, such as entering gibberish or an exceptionally long string into a text field, are considered out of scope unless they introduce security vulnerabilities or cause a server crash.
@nithya160925 , With due respect, while this may seem like an “unlikely value” case, lack of field validation can lead to DB-side risks such as truncation, data inconsistency, or even performance issues. Hence, this is not merely cosmetic but a prime concern for both data integrity and user trust.
We have clearly stated in the Challenge Details page that testing with an exceptionally long string is not in scope for this bug hunt.