Merged
Conversation
2 tasks
Collaborator
|
확인했습니다! 고생하셨어요 머지하시면 될거 같아요 🤗 |
Dayoung0402
reviewed
Feb 19, 2026
| } | ||
|
|
||
| // 3글자 이상 | ||
| StringBuilder masked = new StringBuilder(); |
Collaborator
There was a problem hiding this comment.
마스킹 부분 인프라쪽에서 실시간으로 전송하는 로직에도 적용하도록 하겠습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 종류
변경 사항
*1개만 적용되던 구조를 개선하였습니다.*첫글자 + *첫글자 + (length-2 개의 *) + 마지막글자관련 이슈
체크리스트
상세 내용
기존에는 4글자 이상 이름의 경우에도
*가 1개만 적용되었습니다.본 PR에서는 이름 길이에 따라 마스킹 길이가 동적으로 결정되도록 개선하여 개인정보 보호 수준을 강화하였습니다.
기타