Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[버그 바운티] 유저명 입력 형식 #42

Open
working05 opened this issue Feb 5, 2025 · 0 comments
Open

[버그 바운티] 유저명 입력 형식 #42

working05 opened this issue Feb 5, 2025 · 0 comments

Comments

@working05
Copy link

Edit Profile에서 유저명을 변경하는 과정에서 버그를 발견하였습니다.
공백으로 저장하려고 하는 경우에는 입력란에 입력이 필요하다는 알림이 제대로 뜨지만, 허용되지 않은 문자가 포함된 이름으로 저장하는 경우 save changes 버튼은 작동하고 failed to update profile 에러 메세지가 뜹니다.

Image

몇 번의 테스트 결과, 언더바( _ )를 제외한 거의 모든 특수기호(스페이스, $, ! 등)가 백엔드 측에서 막혀있는 것 같아서, 이런 문자가 포함된 경우 save changes 버튼을 막고 허용되는 문자를 알려줘야할 것 같습니다. 수고많으셨습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant