jyztintan / pe

0 stars 0 forks source link

Overzealous input validation for names with special characters #6

Closed jyztintan closed 2 months ago

jyztintan commented 2 months ago

Description:

image.png

Application rejects symbols in like "s/o" or special characters such as, “@ˮ which may be present in valid names.

Rationale: severity.Medium as this issue could frustrate and inconvenience users who want to input a valid name containing special characters, affecting user inclusivity and data integrity but not completely preventing application usage.